From 7a7d7dca8459dd2fbd110c4eb79a878c3ed8bffa Mon Sep 17 00:00:00 2001 From: Jens Klingenberg Date: Fri, 9 Aug 2024 22:54:48 +0200 Subject: [PATCH] Release 2.0.1 (#628) --- README.md | 17 +++++++++-------- docs/CHANGELOG.md | 6 +++--- docs/index.md | 17 +++++++++-------- gradle/libs.versions.toml | 8 ++++---- .../ktorfit/gradle/KtorfitGradlePlugin.kt | 11 +++++++---- mkdocs.yml | 2 +- 6 files changed, 33 insertions(+), 28 deletions(-) diff --git a/README.md b/README.md index 57039b905..ad0365e52 100644 --- a/README.md +++ b/README.md @@ -28,14 +28,15 @@ See https://foso.github.io/Ktorfit/#compatibility ## Ktorfit Packages -| Project | Version | -|----------|:-------------:| -| Ktorfit Gradle Plugin | [![Maven Central](https://img.shields.io/maven-central/v/de.jensklingenberg.ktorfit/de.jensklingenberg.ktorfit.gradle.plugin)](https://central.sonatype.com/artifact/de.jensklingenberg.ktorfit/de.jensklingenberg.ktorfit.gradle.plugin) | -| ktorfit-lib | [![Maven Central](https://img.shields.io/maven-central/v/de.jensklingenberg.ktorfit/ktorfit-lib)](https://central.sonatype.com/artifact/de.jensklingenberg.ktorfit/ktorfit-lib) | -| ktorfit-lib-light | [![Maven Central](https://img.shields.io/maven-central/v/de.jensklingenberg.ktorfit/ktorfit-lib-light)](https://central.sonatype.com/artifact/de.jensklingenberg.ktorfit/ktorfit-lib-light) | -| ktorfit-converters-flow | [![Maven Central](https://img.shields.io/maven-central/v/de.jensklingenberg.ktorfit/ktorfit-converters-flow)](https://central.sonatype.com/artifact/de.jensklingenberg.ktorfit/ktorfit-converters-flow) | -| ktorfit-converters-call | [![Maven Central](https://img.shields.io/maven-central/v/de.jensklingenberg.ktorfit/ktorfit-converters-call)](https://central.sonatype.com/artifact/de.jensklingenberg.ktorfit/ktorfit-converters-call) | -| ktorfit-converters-response | [![Maven Central](https://img.shields.io/maven-central/v/de.jensklingenberg.ktorfit/ktorfit-converters-response)](https://central.sonatype.com/artifact/de.jensklingenberg.ktorfit/ktorfit-converters-response) | +| Project | Version | +|-----------------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:| +| Ktorfit Gradle Plugin | [![Maven Central](https://img.shields.io/maven-central/v/de.jensklingenberg.ktorfit/de.jensklingenberg.ktorfit.gradle.plugin)](https://central.sonatype.com/artifact/de.jensklingenberg.ktorfit/de.jensklingenberg.ktorfit.gradle.plugin) | +| ktorfit-lib | [![Maven Central](https://img.shields.io/maven-central/v/de.jensklingenberg.ktorfit/ktorfit-lib)](https://central.sonatype.com/artifact/de.jensklingenberg.ktorfit/ktorfit-lib) | +| ktorfit-lib-light | [![Maven Central](https://img.shields.io/maven-central/v/de.jensklingenberg.ktorfit/ktorfit-lib-light)](https://central.sonatype.com/artifact/de.jensklingenberg.ktorfit/ktorfit-lib-light) | +| ktorfit-ksp | [![Maven Central](https://img.shields.io/maven-central/v/de.jensklingenberg.ktorfit/ktorfit-lib)](https://central.sonatype.com/artifact/de.jensklingenberg.ktorfit/ktorfit-ksp) | +| ktorfit-converters-flow | [![Maven Central](https://img.shields.io/maven-central/v/de.jensklingenberg.ktorfit/ktorfit-converters-flow)](https://central.sonatype.com/artifact/de.jensklingenberg.ktorfit/ktorfit-converters-flow) | +| ktorfit-converters-call | [![Maven Central](https://img.shields.io/maven-central/v/de.jensklingenberg.ktorfit/ktorfit-converters-call)](https://central.sonatype.com/artifact/de.jensklingenberg.ktorfit/ktorfit-converters-call) | +| ktorfit-converters-response | [![Maven Central](https://img.shields.io/maven-central/v/de.jensklingenberg.ktorfit/ktorfit-converters-response)](https://central.sonatype.com/artifact/de.jensklingenberg.ktorfit/ktorfit-converters-response) | ## 👷 Project Structure diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 8e97585a8..ff70ec81d 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -7,15 +7,15 @@ and this project orients towards [Semantic Versioning](http://semver.org/spec/v2 Note: This project needs KSP to work and every new Ktorfit with an update of the KSP version is technically a breaking change. But there is no intent to bump the Ktorfit major version for every KSP update. -Unreleased +2.0.1 - 2024-08-08 ======================================== ### Fixed - #594 Endpoint with types from other module - #591 Ktorfit plugin doesn't include correct generate source if build directory changes #591 +- #621 RequestConverter causing compile error - Build with Ktor 2.3.12 -- #621 RequestConverter causing compile error -ktorfit-ksp-2.0.0-1.0.24 - 2024-06-08 +ktorfit-ksp-2.0.0-1.0.24 - 2024-08-06 ======================================== - Build with KSP 1.0.24 diff --git a/docs/index.md b/docs/index.md index c55b69a7a..552cd3193 100644 --- a/docs/index.md +++ b/docs/index.md @@ -15,14 +15,15 @@ inspired by [Retrofit](https://square.github.io/retrofit/) ## Compatibility -| Ktorfit-version | Kotlin | KSP | Ktor | -|-------------------|:-------------:|:------------:|:----------:| -| **_2.0.0_** | **>=2.0.0** | **>=1.0.21** | **2.3.11** | -| **_2.0.0-rc01_** | **2.0.0-RC3** | **1.0.20** | **2.3.11** | -| **_2.0.0-beta1_** | **2.0.0-RC1** | **1.0.20** | **2.3.10** | -| **_1.14.0_** | **2.0.0-RC1** | **1.0.20** | **2.3.10** | -| **_1.13.0_** | **1.9.23** | **1.0.20** | **2.3.10** | -| **_1.12.0_** | **1.9.22** | **1.0.16** | **2.3.6** | +| Ktorfit-version | Kotlin | KSP | Ktor | +|-------------------|:-------------:|:-----------------------------:|:----------:| +| **_2.0.1_** | **>=2.0.0** | **>=1.0.24** | **2.3.12** | +| **_2.0.0_** | **2.0.0** | **1.0.21 (min) 1.0.24 (max)** | **2.3.11** | +| **_2.0.0-rc01_** | **2.0.0-RC3** | **1.0.20** | **2.3.11** | +| **_2.0.0-beta1_** | **2.0.0-RC1** | **1.0.20** | **2.3.10** | +| **_1.14.0_** | **2.0.0-RC1** | **1.0.20** | **2.3.10** | +| **_1.13.0_** | **1.9.23** | **1.0.20** | **2.3.10** | +| **_1.12.0_** | **1.9.22** | **1.0.16** | **2.3.6** | diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 28778633e..9bfc7b90e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -11,13 +11,13 @@ kotlinPoet = "1.18.1" kspVersion = "2.0.0-1.0.24" groupId = "de.jensklingenberg.ktorfit" -ktorfit = "2.0.0" -ktorfitKsp = "2.0.0-1.0.24" -ktorfitCompiler = "2.0.0-2.0.0" +ktorfit = "2.0.1" +ktorfitKsp = "2.0.1-1.0.24" +ktorfitCompiler = "2.0.1-2.0.0" ktorfitCallConverter = "2.0.0" ktorfitFlowConverter = "2.0.0" ktorfitResponseConverter = "2.0.0" -ktorfitGradle = "2.0.0" +ktorfitGradle = "2.0.1" ktorfitGradlePlugin = "2.0.0" ktorVersion = "2.3.12" diff --git a/ktorfit-gradle-plugin/src/main/java/de/jensklingenberg/ktorfit/gradle/KtorfitGradlePlugin.kt b/ktorfit-gradle-plugin/src/main/java/de/jensklingenberg/ktorfit/gradle/KtorfitGradlePlugin.kt index 7f43fc995..a2390aae4 100644 --- a/ktorfit-gradle-plugin/src/main/java/de/jensklingenberg/ktorfit/gradle/KtorfitGradlePlugin.kt +++ b/ktorfit-gradle-plugin/src/main/java/de/jensklingenberg/ktorfit/gradle/KtorfitGradlePlugin.kt @@ -15,9 +15,9 @@ class KtorfitGradlePlugin : Plugin { const val GROUP_NAME = "de.jensklingenberg.ktorfit" const val ARTIFACT_NAME = "compiler-plugin" const val COMPILER_PLUGIN_ID = "ktorfitPlugin" - const val KTORFIT_VERSION = "2.0.0" // remember to bump this version before any release! + const val KTORFIT_VERSION = "2.0.1" // remember to bump this version before any release! const val SNAPSHOT = "" - const val MIN_KSP_VERSION = "1.0.21" + const val MIN_KSP_VERSION = "1.0.24" const val MIN_KOTLIN_VERSION = "2.0.0" } @@ -35,8 +35,11 @@ class KtorfitGradlePlugin : Plugin { plugins.findPlugin("com.google.devtools.ksp") ?: error("KSP plugin not found") val kspVersion = - kspPlugin.javaClass.protectionDomain.codeSource.location.toURI().toString() - .substringAfterLast("-").substringBefore(".jar") + kspPlugin.javaClass.protectionDomain.codeSource.location + .toURI() + .toString() + .substringAfterLast("-") + .substringBefore(".jar") checkKSPVersion(kspVersion) diff --git a/mkdocs.yml b/mkdocs.yml index e740007e9..e41b29cf2 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -13,7 +13,7 @@ extra: site: images: '../../images' ktorfit: - release: "2.0.0" + release: "2.0.1" ktor: release: "2.3.11" social: