1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2026-04-20 00:42:29 +00:00

Compare commits

..

5 Commits

Author SHA1 Message Date
62b4bc15ca remove kotlinpoet from changelog 2026-04-19 12:58:27 +06:00
7c2ce53713 fix changelog style 2026-04-19 12:56:22 +06:00
035c8f469a update dependencies
dev.inmo:micro_utils 0.29.1 -> 0.29.2
dev.inmo:kslog 1.6.0 -> 1.6.1
com.squareup:kotlinpoet-ksp 2.2.0 -> 2.3.0
io.ktor:ktor-* 3.4.1 -> 3.4.2
org.jetbrains.kotlinx:kotlinx-serialization-* 1.10.0 -> 1.11.0
org.jetbrains.kotlin:kotlin-* 2.3.10 -> 2.3.20
2026-04-19 12:48:40 +06:00
c982eef85b start 33.1.0 2026-04-19 12:18:46 +06:00
16e94a1e1b Merge pull request #1038 from InsanusMokrassar/33.0.0
33.0.0
2026-04-16 17:43:38 +06:00
3 changed files with 16 additions and 7 deletions

View File

@@ -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)**

View File

@@ -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

View File

@@ -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"