1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2025-11-16 03:50:24 +00:00

Compare commits

...

4 Commits

Author SHA1 Message Date
3ebaef0789 update korlibs 2024-03-01 23:19:05 +06:00
51bb0a021f update dependencies 2024-03-01 23:15:42 +06:00
b7c1692efa start 10.1.1 2024-03-01 23:09:12 +06:00
bce5fb658c Merge pull request #827 from InsanusMokrassar/10.1.0
10.1.0
2024-02-17 01:57:17 +06:00
3 changed files with 12 additions and 5 deletions

View File

@@ -1,5 +1,12 @@
# TelegramBotAPI changelog
## 10.1.1
* `Version`:
* `Serialization`: `1.6.2` -> `1.6.3`
* `MicroUtils`: `0.20.34` -> `0.20.37`
* `Korlibs`: `5.3.1` -> `5.3.2`
## 10.1.0
**Add support of [Telegram Bots API 7.1](https://core.telegram.org/bots/api-changelog#february-16-2024)**

View File

@@ -6,4 +6,4 @@ kotlin.incremental=true
kotlin.incremental.js=true
library_group=dev.inmo
library_version=10.1.0
library_version=10.1.1

View File

@@ -1,19 +1,19 @@
[versions]
kotlin = "1.9.22"
kotlin-serialization = "1.6.2"
kotlin-serialization = "1.6.3"
kotlin-coroutines = "1.8.0"
javax-activation = "1.1.1"
korlibs = "5.3.1"
korlibs = "5.3.2"
uuid = "0.8.2"
ktor = "2.3.8"
ksp = "1.9.22-1.0.17"
ksp = "1.9.22-1.0.18"
kotlin-poet = "1.16.0"
microutils = "0.20.34"
microutils = "0.20.37"
kslog = "1.3.2"
versions = "0.51.0"