Compare commits

...

9 Commits
8.4.0 ... 9.0.0

Author SHA1 Message Date
d597539b9e update dependencies 2024-08-12 16:24:34 +06:00
c80a7a1bda start 9.0.0 2024-08-12 16:22:42 +06:00
bd20c2d60f Merge pull request #100 from InsanusMokrassar/8.5.1
8.5.1
2024-07-24 16:10:12 +06:00
cfd42af6bc update dependencies 2024-07-24 16:08:27 +06:00
5c39fd2491 start 8.5.1 2024-07-24 16:06:56 +06:00
745b9cad72 Merge pull request #99 from InsanusMokrassar/8.5.0
8.5.0
2024-07-11 23:03:40 +06:00
f39947edd6 update dependencies 2024-07-11 23:01:37 +06:00
cacc1ef828 start 8.5.0 2024-07-11 23:00:11 +06:00
136d106b4c Merge pull request #98 from InsanusMokrassar/8.4.0
8.4.0
2024-06-27 23:20:42 +06:00
3 changed files with 28 additions and 7 deletions

View File

@@ -1,5 +1,26 @@
# Changelog
## 9.0.0
* `Versions`:
* `Kotlin`: `2.0.10`
* `Serialization`: `1.7.1`
* `MicroUtils`: `0.22.0`
* `tgbotapi`: `16.0.0`
* `Exposed`: `0.53.0`
## 8.5.1
* `Versions`:
* `MicroUtils`: `0.21.4`
* `tgbotapi`: `15.2.0`
## 8.5.0
* `Versions`:
* `MicroUtils`: `0.21.2`
* `tgbotapi`: `15.1.0`
## 8.4.0
* `Versions`:

View File

@@ -5,4 +5,4 @@ kotlin.js.generate.externals=true
kotlin.incremental=true
group=dev.inmo
version=8.4.0
version=9.0.0

View File

@@ -1,15 +1,15 @@
[versions]
kt = "1.9.23"
kt-serialization = "1.6.3"
kt = "2.0.10"
kt-serialization = "1.7.1"
kt-coroutines = "1.8.1"
microutils = "0.21.1"
tgbotapi = "15.0.0"
microutils = "0.22.0"
tgbotapi = "16.0.0"
ksp = "1.9.23-1.0.20"
ksp = "2.0.10-1.0.24"
jb-exposed = "0.50.1"
jb-exposed = "0.53.0"
jb-dokka = "1.9.20"
sqlite = "3.45.3.0"