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

Compare commits

...

2 Commits

Author SHA1 Message Date
54fb58de81 Update CHANGELOG.md 2022-10-19 19:25:01 +06:00
94ed4fed10 Update libs.versions.toml 2022-10-19 19:19:14 +06:00
2 changed files with 7 additions and 2 deletions

View File

@@ -3,7 +3,12 @@
## 3.3.0
* `Versions`:
* `MicroUtils`: `0.12.17` -> `0.13.0`
* `MicroUtils`: `0.12.17` -> `0.13.1`
* `Core`:
* Add opportunity to create command text source and add command in entities builder
via `BotCommamd` (thanks to [d1shin](https://github.com/InsanusMokrassar/TelegramBotAPI/pull/664))
* `Behaviour Builder`:
* Add opportunity to use triggers with `BotCommand` (thanks to [d1shin](https://github.com/InsanusMokrassar/TelegramBotAPI/pull/664))
## 3.2.7

View File

@@ -13,7 +13,7 @@ ktor = "2.1.2"
ksp = "1.7.10-1.0.6"
kotlin-poet = "1.12.0"
microutils = "0.13.0"
microutils = "0.13.1"
github-release-plugin = "2.4.1"