1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2025-12-17 03:35:45 +00:00

Compare commits

..

2 Commits

Author SHA1 Message Date
b69c8f1d8f update dependencies
com.github.ben-manes.versions: 0.52.0 -> 0.53.0
2025-10-19 23:33:10 +06:00
fdf393405c start 29.1.0 2025-10-19 22:57:12 +06:00
3 changed files with 8 additions and 3 deletions

View File

@@ -1,5 +1,10 @@
# TelegramBotAPI changelog
## 29.1.0
* `Version`:
* `Gradle Versions Plugin`: `0.52.0` -> `0.53.0`
## 29.0.1
* `Core`:

View File

@@ -9,4 +9,4 @@ kotlin.incremental.js=true
ksp.useKSP2=false
library_group=dev.inmo
library_version=29.0.1
library_version=29.1.0

View File

@@ -13,10 +13,10 @@ ktor = "3.2.3"
ksp = "2.2.10-2.0.2"
kotlin-poet = "2.2.0"
microutils = "0.26.6"
microutils = "0.26.3"
kslog = "1.5.0"
versions = "0.52.0"
versions = "0.53.0"
github-release-plugin = "2.5.2"
dokka = "2.0.0"