Skip to content

Commit

Permalink
Release 2.0.0-rc01 (#553)
Browse files Browse the repository at this point in the history
  • Loading branch information
Foso authored May 19, 2024
1 parent bc761da commit ee06b8a
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 10 deletions.
3 changes: 2 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ 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.

2.0.0-beta2 - 2024-05-16
2.0.0-rc01 - 2024-05-19
========================================
- Build with KSP 1.0.20, Kotlin 2.0.0-RC3, Ktor 2.3.11
- Optimize code generation
- Fixes https://github.com/Foso/Ktorfit/issues/548

2.0.0-beta1 - 2024-04-28
========================================
Expand Down
1 change: 1 addition & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ inspired by [Retrofit](https://square.github.io/retrofit/)

| Ktorfit-version | Kotlin | KSP | Ktor |
|-------------------|:-------------:|:----------:|:----------:|
| **_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** |
Expand Down
12 changes: 6 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ kctfork = "0.4.1"
kotlin = "2.0.0-RC3"
kotlinPoet = "1.16.0"
kspVersion = "2.0.0-RC3-1.0.20"
ktorfit = "2.0.0-beta2-SNAPSHOT"
ktorfitKsp = "2.0.0-beta2-SNAPSHOT"
ktorfitCompiler = "2.0.0-beta2-SNAPSHOT"
ktorfitCallConverter = "2.0.0-beta2-SNAPSHOT"
ktorfitFlowConverter = "2.0.0-beta2-SNAPSHOT"
ktorfitResponseConverter = "2.0.0-beta2-SNAPSHOT"
ktorfit = "2.0.0-rc01"
ktorfitKsp = "2.0.0-rc01"
ktorfitCompiler = "2.0.0-rc01"
ktorfitCallConverter = "2.0.0-rc01"
ktorfitFlowConverter = "2.0.0-rc01"
ktorfitResponseConverter = "2.0.0-rc01"

ktorfitGradlePlugin = "1.14.0"
ktorVersion = "2.3.11"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ internal class KtorfitCompilerSubPlugin : KotlinCompilerPluginSupportPlugin {
return SubpluginArtifact(
groupId = SERIALIZATION_GROUP_NAME,
artifactId = ARTIFACT_NAME,
version = "2.0.0-beta2-SNAPSHOT" // remember to bump this version before any release!
version = "2.0.0-rc01" // remember to bump this version before any release!
)
}
}
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ extra:
site:
images: '../../images'
ktorfit:
release: "2.0.0-beta1"
release: "2.0.0-rc01"
ktor:
release: "2.3.10"
release: "2.3.11"
social:
- icon: fontawesome/brands/github-alt
link: 'https://github.com/foso'
Expand Down

0 comments on commit ee06b8a

Please sign in to comment.