Skip to content

Commit 9b6497b

Browse files
committed
Merge branch '3.0' into 3.x
2 parents 79906c1 + 164c613 commit 9b6497b

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ and those with secondary constructors or static factories are also supported.
1313

1414
# Status
1515
* release `2.20.0` (for Jackson `2.20.x`) [![GitHub Actions build](https://github.com/FasterXML/jackson-module-kotlin/actions/workflows/main.yml/badge.svg?branch=2.20)](https://github.com/FasterXML/jackson-module-kotlin/actions?query=branch%3A2.20)
16-
* release `2.19.2` (for Jackson `2.19.x`) [![GitHub Actions build](https://github.com/FasterXML/jackson-module-kotlin/actions/workflows/main.yml/badge.svg?branch=2.19)](https://github.com/FasterXML/jackson-module-kotlin/actions?query=branch%3A2.19)
17-
* release `2.18.4` (for Jackson `2.18.x`) [![GitHub Actions build](https://github.com/FasterXML/jackson-module-kotlin/actions/workflows/main.yml/badge.svg?branch=2.18)](https://github.com/FasterXML/jackson-module-kotlin/actions?query=branch%3A2.18)
16+
* release `2.19.3` (for Jackson `2.19.x`) [![GitHub Actions build](https://github.com/FasterXML/jackson-module-kotlin/actions/workflows/main.yml/badge.svg?branch=2.19)](https://github.com/FasterXML/jackson-module-kotlin/actions?query=branch%3A2.19)
17+
* release `2.18.5` (for Jackson `2.18.x`) [![GitHub Actions build](https://github.com/FasterXML/jackson-module-kotlin/actions/workflows/main.yml/badge.svg?branch=2.18)](https://github.com/FasterXML/jackson-module-kotlin/actions?query=branch%3A2.18)
1818

1919
Releases require that you have included Kotlin stdlib and reflect libraries already.
2020

release-notes/VERSION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Former maintainers:
2222
=== Releases ===
2323
------------------------------------------------------------------------
2424

25+
3.0.2 (07-Nov-2025)
2526
3.0.1 (21-Oct-2025)
2627

2728
No changes since 3.0.0

release-notes/VERSION-2.x

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Co-maintainers:
2424
#1041: The deprecated MissingKotlinParameterException has been removed.
2525
#1039: Kotlin has been upgraded to 2.1.x.
2626

27-
2.20.1 (not yet released)
27+
2.20.1 (30-Oct-2025)
2828

2929
#1057: The issue where deserialization of value classes using private constructor failed starting from version 2.20.0 has been fixed.
3030

@@ -48,6 +48,8 @@ Co-maintainers:
4848
#967: Kotlin has been upgraded to 2.0.21.
4949
- Generate SBOMs [JSTEP-14]
5050

51+
2.19.4 (29-Oct-2025)
52+
2.19.3 (29-Oct-2025)
5153
2.19.2 (18-Jul-2025)
5254
2.19.1 (13-Jun-2025)
5355

@@ -91,6 +93,10 @@ No changes since 2.19.0
9193
#839: Remove useKotlinPropertyNameForGetter and unify with kotlinPropertyNameAsImplicitName.
9294
#835: Remove old SingletonSupport class and unified with KotlinFeature.SingletonSupport.
9395

96+
2.18.5 (27-Oct-2025)
97+
98+
No changes since 2.18.4
99+
94100
2.18.4 (06-May-2025)
95101

96102
#923: Fixed a problem where the result of processing `hasRequiredMarker ` by a `KotlinModule` would also apply to

0 commit comments

Comments
 (0)