mirror of
https://github.com/InsanusMokrassar/PlaguBot.git
synced 2025-12-05 22:06:02 +00:00
Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ce5b98d6c8 | |||
| 058c239690 | |||
| 43d49ac3cd | |||
| b0fbcfd54f | |||
| 8f726cee82 | |||
| 998968a9c1 | |||
| d8d1860c5a | |||
| 7ffd5a1433 | |||
| 05e2ec1c0d | |||
| 819ed7720a |
18
CHANGELOG.md
18
CHANGELOG.md
@@ -1,5 +1,23 @@
|
||||
# Changelog
|
||||
|
||||
## 1.3.0
|
||||
|
||||
* `Versions`
|
||||
* `tgbotapi`: `2.2.0`
|
||||
|
||||
## 1.2.3
|
||||
|
||||
* `Versions`
|
||||
* `tgbotapi`: `2.1.3`
|
||||
|
||||
## 1.2.2
|
||||
|
||||
* `Versions`
|
||||
* `tgbotapi`: `2.1.2`
|
||||
* `microutils`: `0.11.12`
|
||||
* `coroutines`: `1.6.3`
|
||||
* `ktor`: `2.0.3`
|
||||
|
||||
## 1.2.1
|
||||
|
||||
* `Versions`
|
||||
|
||||
@@ -23,7 +23,7 @@ if (new File(projectDir, "secret.gradle").exists()) {
|
||||
owner "InsanusMokrassar"
|
||||
repo "PlaguBot"
|
||||
|
||||
tagName "${project.version}"
|
||||
tagName "v${project.version}"
|
||||
releaseName "${project.version}"
|
||||
targetCommitish "${project.version}"
|
||||
|
||||
|
||||
@@ -5,4 +5,4 @@ kotlin.js.generate.externals=true
|
||||
kotlin.incremental=true
|
||||
|
||||
group=dev.inmo
|
||||
version=1.2.1
|
||||
version=1.3.0
|
||||
|
||||
@@ -2,10 +2,10 @@
|
||||
|
||||
kt = "1.6.21"
|
||||
kt-serialization = "1.3.3"
|
||||
kt-coroutines = "1.6.2"
|
||||
kt-coroutines = "1.6.3"
|
||||
|
||||
microutils = "0.11.6"
|
||||
tgbotapi = "2.1.1"
|
||||
microutils = "0.11.12"
|
||||
tgbotapi = "2.2.0"
|
||||
kslog = "0.3.2"
|
||||
|
||||
jb-exposed = "0.38.2"
|
||||
@@ -16,7 +16,7 @@ sqlite = "3.36.0.3"
|
||||
klock = "2.7.0"
|
||||
uuid = "0.4.1"
|
||||
|
||||
ktor = "2.0.2"
|
||||
ktor = "2.0.3"
|
||||
|
||||
gh-release = "2.4.1"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user