mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2026-04-21 17:32:30 +00:00
Compare commits
7 Commits
v33.0.0
...
renovate/v
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2abee0f3be | ||
| 97b7b3d5d7 | |||
| 62b4bc15ca | |||
| 7c2ce53713 | |||
| 035c8f469a | |||
| c982eef85b | |||
| 16e94a1e1b |
@@ -1,5 +1,14 @@
|
|||||||
# TelegramBotAPI changelog
|
# TelegramBotAPI changelog
|
||||||
|
|
||||||
|
## 33.1.0
|
||||||
|
|
||||||
|
* `Versions`:
|
||||||
|
* `Kotlin`: `2.3.10` -> `2.3.20`
|
||||||
|
* `Serialization`: `1.10.0` -> `1.11.0`
|
||||||
|
* `Ktor`: `3.4.1` -> `3.4.2`
|
||||||
|
* `MicroUtils`: `0.29.1` -> `0.29.2`
|
||||||
|
* `KSLog`: `1.6.0` -> `1.6.1`
|
||||||
|
|
||||||
## 33.0.0
|
## 33.0.0
|
||||||
|
|
||||||
**THIS UPDATE CONTAINS ADDING SUPPORT OF [Telegram Bots API 9.6](https://core.telegram.org/bots/api-changelog#april-3-2026)**
|
**THIS UPDATE CONTAINS ADDING SUPPORT OF [Telegram Bots API 9.6](https://core.telegram.org/bots/api-changelog#april-3-2026)**
|
||||||
|
|||||||
@@ -6,4 +6,4 @@ kotlin.incremental=true
|
|||||||
kotlin.incremental.js=true
|
kotlin.incremental.js=true
|
||||||
|
|
||||||
library_group=dev.inmo
|
library_group=dev.inmo
|
||||||
library_version=33.0.0
|
library_version=33.1.0
|
||||||
|
|||||||
@@ -1,22 +1,22 @@
|
|||||||
[versions]
|
[versions]
|
||||||
|
|
||||||
kotlin = "2.3.10"
|
kotlin = "2.3.20"
|
||||||
kotlin-serialization = "1.10.0"
|
kotlin-serialization = "1.11.0"
|
||||||
kotlin-coroutines = "1.10.2"
|
kotlin-coroutines = "1.10.2"
|
||||||
|
|
||||||
javax-activation = "1.1.1"
|
javax-activation = "1.1.1"
|
||||||
|
|
||||||
korlibs = "5.4.0"
|
korlibs = "5.4.0"
|
||||||
uuid = "0.8.4"
|
uuid = "0.8.4"
|
||||||
ktor = "3.4.1"
|
ktor = "3.4.2"
|
||||||
|
|
||||||
ksp = "2.3.6"
|
ksp = "2.3.6"
|
||||||
kotlin-poet = "2.2.0"
|
kotlin-poet = "2.3.0"
|
||||||
|
|
||||||
microutils = "0.29.1"
|
microutils = "0.29.2"
|
||||||
kslog = "1.6.0"
|
kslog = "1.6.1"
|
||||||
|
|
||||||
versions = "0.53.0"
|
versions = "0.54.0"
|
||||||
|
|
||||||
github-release-plugin = "2.5.2"
|
github-release-plugin = "2.5.2"
|
||||||
dokka = "2.0.0"
|
dokka = "2.0.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user