1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2025-12-08 15:25:52 +00:00

Compare commits

..

4 Commits

Author SHA1 Message Date
a98d5d9abd update micro_utils 2021-02-21 22:50:47 +06:00
104653ac41 update serialization 2021-02-21 21:15:40 +06:00
63337b8285 start 0.32.8 2021-02-21 21:13:23 +06:00
5cc0bbb31b Merge pull request #303 from InsanusMokrassar/0.32.7
0.32.7
2021-02-18 00:34:46 +06:00
2 changed files with 10 additions and 3 deletions

View File

@@ -1,5 +1,12 @@
# TelegramBotAPI changelog
## 0.32.8
* `Common`:
* `Version`:
* `Serialization`: `1.1.0-RC` -> `1.1.0`
* `MicroUtils`: `0.4.25` -> `0.4.26`
## 0.32.7
* `Core`:

View File

@@ -7,16 +7,16 @@ kotlin.incremental.js=true
kotlin_version=1.4.30
kotlin_coroutines_version=1.4.2
kotlin_serialisation_runtime_version=1.1.0-RC
kotlin_serialisation_runtime_version=1.1.0
klock_version=2.0.6
uuid_version=0.2.3
ktor_version=1.5.1
micro_utils_version=0.4.25
micro_utils_version=0.4.26
javax_activation_version=1.1.1
library_group=dev.inmo
library_version=0.32.7
library_version=0.32.8
github_release_plugin_version=2.2.12