From 62e4015119e39ab315e9173b7b00fa00118b321b Mon Sep 17 00:00:00 2001 From: wrongwrong Date: Sun, 13 Oct 2024 12:39:31 +0900 Subject: [PATCH] Fix docs --- README.md | 9 +++++---- release-notes/CREDITS-2.x | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3b7f987b..685a7d89 100644 --- a/README.md +++ b/README.md @@ -10,16 +10,17 @@ and those with secondary constructors or static factories are also supported. # Status -* release `2.17.0` (for Jackson `2.17.x`) [![GitHub Actions build](https://github.com/FasterXML/jackson-module-kotlin/actions/workflows/main.yml/badge.svg?branch=2.16)](https://github.com/FasterXML/jackson-module-kotlin/actions?query=branch%3A2.17) +* release `2.18.0` (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) +* release `2.17.2` (for Jackson `2.17.x`) [![GitHub Actions build](https://github.com/FasterXML/jackson-module-kotlin/actions/workflows/main.yml/badge.svg?branch=2.17)](https://github.com/FasterXML/jackson-module-kotlin/actions?query=branch%3A2.17) * release `2.16.2` (for Jackson `2.16.x`) [![GitHub Actions build](https://github.com/FasterXML/jackson-module-kotlin/actions/workflows/main.yml/badge.svg?branch=2.16)](https://github.com/FasterXML/jackson-module-kotlin/actions?query=branch%3A2.16) -* release `2.15.3` (for Jackson `2.15.x`) [![GitHub Actions build](https://github.com/FasterXML/jackson-module-kotlin/actions/workflows/main.yml/badge.svg?branch=2.15)](https://github.com/FasterXML/jackson-module-kotlin/actions?query=branch%3A2.15) +* release `2.15.4` (for Jackson `2.15.x`) [![GitHub Actions build](https://github.com/FasterXML/jackson-module-kotlin/actions/workflows/main.yml/badge.svg?branch=2.15)](https://github.com/FasterXML/jackson-module-kotlin/actions?query=branch%3A2.15) * release `2.14.3` (for Jackson `2.14.x`) [![GitHub Actions build](https://github.com/FasterXML/jackson-module-kotlin/actions/workflows/main.yml/badge.svg?branch=2.14)](https://github.com/FasterXML/jackson-module-kotlin/actions?query=branch%3A2.14) Releases require that you have included Kotlin stdlib and reflect libraries already. Gradle: ``` -implementation "com.fasterxml.jackson.module:jackson-module-kotlin:2.17.+" +implementation "com.fasterxml.jackson.module:jackson-module-kotlin:2.18.+" ``` Maven: @@ -27,7 +28,7 @@ Maven: com.fasterxml.jackson.module jackson-module-kotlin - 2.17.2 + 2.18.0 ``` diff --git a/release-notes/CREDITS-2.x b/release-notes/CREDITS-2.x index 1daa0ec5..63110ae2 100644 --- a/release-notes/CREDITS-2.x +++ b/release-notes/CREDITS-2.x @@ -15,7 +15,7 @@ Authors: Contributors: -# 2.18.0 (not yet released) +# 2.18.0 (26-Sep-2024) WrongWrong (@k163377) * #818: Optimize the search process for creators