Skip to content

Commit ea00956

Browse files
committedJun 27, 2024
Ready for version 4.1.0
1 parent b4cf2ff commit ea00956

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed
 

‎.idea/kotlinc.xml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎CHANGELOG.md

+10-3
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2222

2323
## [Unreleased]
2424
### Added
25-
- KSP support is now stable and no longer experimental. You can now use KSP by following the instructions in the [README](README.md).
25+
- No new features!
2626
### Changed
27-
- Update the project to use KTS scripts, convention plugins, version catalogs and other modern Gradle and Android features.
27+
- No changed features!
2828
### Deprecated
2929
- No deprecated features!
3030
### Removed
@@ -34,6 +34,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3434
### Security
3535
- No security issues fixed!
3636

37+
## [4.1.0] - 2024-06-27
38+
### Added
39+
- KSP support is now stable and no longer experimental. You can now use KSP by following the instructions in the [README](README.md).
40+
### Changed
41+
- Update the project to use KTS scripts, convention plugins, version catalogs and other modern Gradle and Android features.
42+
3743
## [4.0.0] - 2023-10-31
3844
## 🎃🎃 Happy Halloween! 🎃🎃
3945
### Changed
@@ -198,7 +204,8 @@ state (`success` or `failure`)
198204
### Added
199205
- Initial architecture release.
200206

201-
[Unreleased]: https://github.com/hyperdevs-team/mini-kotlin/compare/4.0.0...HEAD
207+
[Unreleased]: https://github.com/hyperdevs-team/mini-kotlin/compare/4.1.0...HEAD
208+
[4.1.0]: https://github.com/hyperdevs-team/mini-kotlin/compare/4.0.0...4.1.0
202209
[4.0.0]: https://github.com/hyperdevs-team/mini-kotlin/compare/3.1.0...4.0.0
203210
[3.1.0]: https://github.com/hyperdevs-team/mini-kotlin/compare/3.0.0...3.1.0
204211
[3.0.0]: https://github.com/hyperdevs-team/mini-kotlin/compare/2.0.0...3.0.0

‎gradle/libs.versions.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android-targetSdk = "34"
77
android-buildTools = "34.0.0"
88

99
# TODO Change KSP version and check compose-compiler version compatibility when we upgrade Kotlin version
10-
kotlin = "1.9.23"
11-
ksp = "1.9.23-1.0.20"
10+
kotlin = "1.9.24"
11+
ksp = "1.9.24-1.0.20"
1212
kotlinx-coroutines = "1.8.1"
1313

1414
kodein = "7.21.2"

0 commit comments

Comments
 (0)