mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2026-04-20 00:42:29 +00:00
Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 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,20 +1,20 @@
|
|||||||
[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.53.0"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user