Compare commits

..

3 Commits

Author SHA1 Message Date
renovate[bot]
fda11171b8 Update dependency com.android.tools.build:gradle to v9 2026-02-12 14:56:54 +00:00
38e98327b4 fill changelog for 0.28.0 2026-02-04 21:26:32 +06:00
c72a6fda5d Merge pull request #638 from InsanusMokrassar/0.28.0
0.28.0
2026-01-27 23:37:56 +06:00
2 changed files with 17 additions and 1 deletions

View File

@@ -2,6 +2,22 @@
## 0.28.0
**THIS VERSION CONTAINS BREAKING CHANGES DUE TO EXPOSED 1.0.0 UPDATE**
* `Versions`:
* `Kotlin`: `2.2.21` -> `2.3.0`
* `Serialization`: `1.9.0` -> `1.10.0`
* `Exposed`: `0.61.0` -> `1.0.0` (**MAJOR VERSION UPDATE**)
* `Ktor`: `3.3.3` -> `3.4.0`
* `NMCP`: `1.2.0` -> `1.2.1`
* `Repos`:
* `Exposed`:
* All Exposed-based repositories have been updated to support Exposed 1.0.0 API changes
* Import paths have been migrated to new `org.jetbrains.exposed.v1.*` package structure
* `Pagination`:
* `Exposed`:
* Updated to use new Exposed 1.0.0 import paths
## 0.27.0
* `Versions`:

View File

@@ -34,7 +34,7 @@ kotlin-poet = "2.2.0"
versions = "0.53.0"
nmcp = "1.2.1"
android-gradle = "8.12.+"
android-gradle = "9.0.+"
dexcount = "4.0.0"
android-coreKtx = "1.17.0"