Skip to content

Commit 44397f3

Browse files
authored
Release 2.5.2 (#854)
* Release 2.5.1 * Release 2.5.1
1 parent 72b540e commit 44397f3

3 files changed

Lines changed: 20 additions & 6 deletions

File tree

docs/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@ and this project orients towards [Semantic Versioning](http://semver.org/spec/v2
77
Note: This project needs KSP to work and every new Ktorfit with an update of the KSP version is technically a breaking change.
88
But there is no intent to bump the Ktorfit major version for every KSP update.
99

10+
# [2.5.2]()
11+
12+
2.5.2 - 2025-05-12
13+
========================================
14+
* Supported KSP version: >=1.0.28
15+
* Supported Kotlin version: >=2.1.10
16+
* Ktor version: 3.1.2
17+
18+
## Fixed
19+
- Resolve KSP version if set with ksp extension #851
20+
21+
Thanks to @sydden1337 for contributing to this release!
22+
23+
1024
# [2.5.1]()
1125

1226
2.5.1 - 2025-04-19

gradle/libs.versions.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ kotlinPoet = "2.1.0"
1111
kspVersion = "2.1.10-1.0.29"
1212

1313
groupId = "de.jensklingenberg.ktorfit"
14-
ktorfit = "2.5.1"
14+
ktorfit = "2.5.2"
1515
ktorfitKsp = "2.5.1"
1616
ktorfitCompiler = "2.2.0" #Don't confuse this with the Kotlin version
17-
ktorfitCallConverter = "2.5.1"
18-
ktorfitFlowConverter = "2.5.1"
19-
ktorfitResponseConverter = "2.5.1"
20-
ktorfitGradle = "2.5.1"
17+
ktorfitCallConverter = "2.5.2"
18+
ktorfitFlowConverter = "2.5.2"
19+
ktorfitResponseConverter = "2.5.2"
20+
ktorfitGradle = "2.5.2"
2121

2222
ktorfitGradlePlugin = "2.4.0"
2323
ktorVersion = "3.1.2"

ktorfit-gradle-plugin/src/main/java/de/jensklingenberg/ktorfit/gradle/KtorfitGradlePlugin.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class KtorfitGradlePlugin : Plugin<Project> {
2121
const val GROUP_NAME = "de.jensklingenberg.ktorfit"
2222
const val ARTIFACT_NAME = "compiler-plugin"
2323
const val COMPILER_PLUGIN_ID = "ktorfitPlugin"
24-
const val KTORFIT_KSP_PLUGIN_VERSION = "2.4.0"
24+
const val KTORFIT_KSP_PLUGIN_VERSION = "2.5.1"
2525
const val KTORFIT_COMPILER_PLUGIN_VERSION = "2.2.0"
2626
const val MIN_KSP_VERSION = "1.0.28"
2727
const val MIN_KOTLIN_VERSION = "2.1.0"

0 commit comments

Comments
 (0)