1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2026-08-22 08:56:30 +00:00

Merge pull request #1059 from InsanusMokrassar/36.1.0

36.1.0
This commit is contained in:
2026-08-22 01:13:55 +06:00
committed by GitHub
3 changed files with 15 additions and 6 deletions

View File

@@ -1,5 +1,14 @@
# TelegramBotAPI changelog
## 36.1.0
* `Dependencies`:
* Update `com.gradleup.nmcp.aggregation:com.gradleup.nmcp.aggregation.gradle.plugin` from `1.6.0` to `1.6.1`
* Update `com.google.devtools.ksp:symbol-processing-api` from `2.3.9` to `2.3.11`
* Update `io.ktor:ktor-client-core` from `3.5.1` to `3.5.2`
* Update `dev.inmo:kslog` from `1.6.1` to `1.7.0`
* Update `dev.inmo:micro_utils.colors.common` from `0.30.0` to `0.30.1`
## 36.0.0
**THIS UPDATE CONTAINS SUPPORT OF [TELEGRAM BOTS API 10.2](https://core.telegram.org/bots/api-changelog#july-14-2026)**

View File

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

View File

@@ -8,13 +8,13 @@ javax-activation = "1.1.1"
korlibs = "5.4.0"
uuid = "0.8.4"
ktor = "3.5.1"
ktor = "3.5.2"
ksp = "2.3.9"
ksp = "2.3.11"
kotlin-poet = "2.3.0"
microutils = "0.30.0"
kslog = "1.6.1"
microutils = "0.30.1"
kslog = "1.7.0"
versions = "0.54.0"
@@ -22,7 +22,7 @@ github-release-plugin = "2.5.2"
dokka = "2.2.0"
validator = "0.18.1"
nmcp = "1.6.0"
nmcp = "1.6.1"
[libraries]