mirror of
https://github.com/InsanusMokrassar/PlaguBot.git
synced 2025-12-05 13:55:53 +00:00
Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 08d905805a | |||
| 92cf2167cd | |||
| 3d6a208aa8 | |||
| 6e61f364da | |||
| 399fcb8466 | |||
| 477d83e31b | |||
| e761f84023 | |||
| caca21fac9 | |||
| 4f2934fbae | |||
| 8c3c52c92b | |||
| 779b56394a |
0
.fleet/settings.json
Normal file
0
.fleet/settings.json
Normal file
22
CHANGELOG.md
22
CHANGELOG.md
@@ -1,5 +1,27 @@
|
||||
# Changelog
|
||||
|
||||
## 3.2.1
|
||||
|
||||
* `Versions`:
|
||||
* `tgbotapi`: `4.2.1`
|
||||
* `microutils`: `0.16.0`
|
||||
* `ktor`: `2.2.1`
|
||||
|
||||
## 3.2.0
|
||||
|
||||
* `Versions`:
|
||||
* `kotlin`: `1.7.22`
|
||||
* `tgbotapi`: `4.2.0`
|
||||
* `microutils`: `0.15.0`
|
||||
* `kslog`: `0.5.4`
|
||||
* `sqlite`: `3.40.0.0`
|
||||
|
||||
## 3.1.4
|
||||
|
||||
* `Versions`:
|
||||
* `tgbotapi`: `4.1.3`
|
||||
* `microutils`: `0.14.4`
|
||||
|
||||
## 3.1.3
|
||||
|
||||
* `Versions`:
|
||||
|
||||
@@ -5,4 +5,4 @@ kotlin.js.generate.externals=true
|
||||
kotlin.incremental=true
|
||||
|
||||
group=dev.inmo
|
||||
version=3.1.3
|
||||
version=3.2.1
|
||||
|
||||
@@ -1,22 +1,22 @@
|
||||
[versions]
|
||||
|
||||
kt = "1.7.21"
|
||||
kt = "1.7.22"
|
||||
kt-serialization = "1.4.1"
|
||||
kt-coroutines = "1.6.4"
|
||||
|
||||
microutils = "0.14.2"
|
||||
tgbotapi = "4.1.2"
|
||||
kslog = "0.5.3"
|
||||
microutils = "0.16.0"
|
||||
tgbotapi = "4.2.1"
|
||||
kslog = "0.5.4"
|
||||
|
||||
jb-exposed = "0.41.1"
|
||||
jb-dokka = "1.7.20"
|
||||
|
||||
sqlite = "3.39.3.0"
|
||||
sqlite = "3.40.0.0"
|
||||
|
||||
klock = "3.4.0"
|
||||
uuid = "0.6.0"
|
||||
|
||||
ktor = "2.1.3"
|
||||
ktor = "2.2.1"
|
||||
|
||||
gh-release = "2.4.1"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user