mirror of
https://github.com/InsanusMokrassar/PlaguBot.git
synced 2025-12-05 22:06:02 +00:00
Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8bf42e6fca | |||
| a42bb91121 | |||
| fae2dca3d3 | |||
| a0d1bd2d54 | |||
| 14e6c0c67d | |||
| 5a116d512a |
11
CHANGELOG.md
11
CHANGELOG.md
@@ -1,7 +1,16 @@
|
||||
# Changelog
|
||||
|
||||
## 0.2.2
|
||||
## 0.3.0
|
||||
|
||||
|
||||
* `Versions`
|
||||
* `kotlin`: `1.4.32` -> `1.5.10`
|
||||
* `coroutines`: `1.4.3` -> `1.5.0`
|
||||
* `serialization`: `1.1.0` -> `1.2.1`
|
||||
* `exposed`: `0.31.1` -> `0.32.1`
|
||||
* `sdi`: `0.4.1` -> `0.5.0`
|
||||
* `tgbotapi`: `0.34.1` -> `0.35.0`
|
||||
* `microutils`: `0.4.36` -> `0.5.7`
|
||||
* `Bot`
|
||||
* Add plugin `PluginsHolder`
|
||||
* Rewrite mechanism of `Config` working
|
||||
|
||||
@@ -4,14 +4,14 @@ org.gradle.parallel=true
|
||||
kotlin.js.generate.externals=true
|
||||
kotlin.incremental=true
|
||||
|
||||
kotlin_version=1.4.32
|
||||
kotlin_coroutines_version=1.4.3
|
||||
kotlin_serialisation_runtime_version=1.1.0
|
||||
kotlin_exposed_version=0.31.1
|
||||
kotlin_version=1.5.10
|
||||
kotlin_coroutines_version=1.5.0
|
||||
kotlin_serialisation_runtime_version=1.2.1
|
||||
kotlin_exposed_version=0.32.1
|
||||
|
||||
sdi_version=0.4.1
|
||||
tgbotapi_version=0.34.1
|
||||
microutils_version=0.4.36
|
||||
sdi_version=0.5.0
|
||||
tgbotapi_version=0.35.0
|
||||
microutils_version=0.5.7
|
||||
klassindex_version=4.1.0-rc.1
|
||||
|
||||
sqlite_version=3.34.0
|
||||
@@ -19,4 +19,4 @@ sqlite_version=3.34.0
|
||||
github_release_plugin_version=2.2.12
|
||||
|
||||
group=dev.inmo
|
||||
version=0.2.2
|
||||
version=0.3.0
|
||||
|
||||
Reference in New Issue
Block a user