You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/CHANGELOG.md
+12
Original file line number
Diff line number
Diff line change
@@ -9,10 +9,22 @@ But there is no intent to bump the Ktorfit major version for every KSP update.
9
9
10
10
# Unreleased
11
11
12
+
Unreleased
13
+
========================================
14
+
* Supported KSP version: 1.0.28
15
+
* Supported Kotlin version: 2.1.10
16
+
* Ktor version: 3.1.0
17
+
12
18
## Added
13
19
- Add KSP2 support
14
20
- Add watchosDeviceArm64 target
15
21
22
+
# Changed
23
+
- Changed internal versioning numbers of the Ktorfit KSP and compiler plugin.
24
+
With that change Ktorfit only needs to be updated when a new KSP / Kotlin version introduces breaking changes in the API and not for every minor update.
25
+
This is also the reason why this version has KSP min version 1.0.28 even though the last Ktorfit version has 1.0.30
0 commit comments