mirror of
https://github.com/InsanusMokrassar/PlaguBot.git
synced 2025-12-05 13:55:53 +00:00
Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bdfd3b816c | |||
| dd37ae0f2f | |||
| 8efe977e76 | |||
| 8290a68654 | |||
| 493a18a0f7 | |||
| 36608937af |
16
CHANGELOG.md
16
CHANGELOG.md
@@ -1,5 +1,19 @@
|
||||
# Changelog
|
||||
|
||||
## 8.2.0
|
||||
|
||||
* `Versions`:
|
||||
* `Coroutines`: `1.8.0`
|
||||
* `tgbotapi`: `10.1.0`
|
||||
* `MicroUtils`: `0.20.35`
|
||||
|
||||
## 8.1.1
|
||||
|
||||
* `Versions`:
|
||||
* `tgbotapi`: `10.0.1`
|
||||
* `MicroUtils`: `0.20.32`
|
||||
* `Exposed`: `0.47.0`
|
||||
|
||||
## 8.1.0
|
||||
|
||||
* Integrate `dev.inmo:micro_utils.startup` into project
|
||||
@@ -7,7 +21,7 @@
|
||||
## 8.0.0
|
||||
|
||||
* `Versions`:
|
||||
* `tgbotapi`: `1.0.0`
|
||||
* `tgbotapi`: `10.0.0`
|
||||
* `MicroUtils`: `0.20.26`
|
||||
* `Exposed`: `0.46.0`
|
||||
|
||||
|
||||
@@ -5,4 +5,4 @@ kotlin.js.generate.externals=true
|
||||
kotlin.incremental=true
|
||||
|
||||
group=dev.inmo
|
||||
version=8.1.0
|
||||
version=8.2.0
|
||||
|
||||
@@ -2,14 +2,14 @@
|
||||
|
||||
kt = "1.9.22"
|
||||
kt-serialization = "1.6.2"
|
||||
kt-coroutines = "1.7.3"
|
||||
kt-coroutines = "1.8.0"
|
||||
|
||||
microutils = "0.20.26"
|
||||
tgbotapi = "10.0.0"
|
||||
microutils = "0.20.35"
|
||||
tgbotapi = "10.1.0"
|
||||
|
||||
ksp = "1.9.22-1.0.16"
|
||||
ksp = "1.9.22-1.0.17"
|
||||
|
||||
jb-exposed = "0.46.0"
|
||||
jb-exposed = "0.47.0"
|
||||
jb-dokka = "1.9.10"
|
||||
|
||||
sqlite = "3.44.1.0"
|
||||
|
||||
Reference in New Issue
Block a user