Compare commits

...

4 Commits

Author SHA1 Message Date
InsanusMokrassar 8bd80c1c0c
Merge pull request #97 from InsanusMokrassar/8.3.0
8.3.0
2024-04-23 18:50:57 +06:00
InsanusMokrassar 2234ffd55d update gradle wrapper 2024-04-23 18:44:51 +06:00
InsanusMokrassar 1a9d8b0d5e update dependencies 2024-04-23 18:44:26 +06:00
InsanusMokrassar e00f40d06a start 8.3.0 2024-04-23 18:37:33 +06:00
5 changed files with 28 additions and 18 deletions

View File

@ -1,5 +1,15 @@
# Changelog
## 8.3.0
* `Versions`:
* `Serialization`: `1.6.3`
* `MicroUtils`: `0.20.45`
* `tgbotapi`: `12.0.1`
* `Exposed`: `0.49.0`
* `SQLite`: `3.45.3.0`
* `Koin`: `3.5.6`
## 8.2.0
* `Versions`:

View File

@ -20,13 +20,13 @@ if (new File(projectDir, "secret.gradle").exists()) {
releaseAssets.from('bot/build/distributions')
owner "InsanusMokrassar"
repo "PlaguBot"
owner = "InsanusMokrassar"
repo = "PlaguBot"
tagName "v${project.version}"
releaseName "${project.version}"
targetCommitish "${project.version}"
tagName = "v${project.version}"
releaseName = "${project.version}"
targetCommitish = "${project.version}"
body getCurrentVersionChangelog()
body = getCurrentVersionChangelog()
}
}

View File

@ -5,4 +5,4 @@ kotlin.js.generate.externals=true
kotlin.incremental=true
group=dev.inmo
version=8.2.0
version=8.3.0

View File

@ -1,22 +1,22 @@
[versions]
kt = "1.9.22"
kt-serialization = "1.6.2"
kt = "1.9.23"
kt-serialization = "1.6.3"
kt-coroutines = "1.8.0"
microutils = "0.20.35"
tgbotapi = "10.1.0"
microutils = "0.20.45"
tgbotapi = "12.0.1"
ksp = "1.9.22-1.0.17"
ksp = "1.9.23-1.0.20"
jb-exposed = "0.47.0"
jb-dokka = "1.9.10"
jb-exposed = "0.49.0"
jb-dokka = "1.9.20"
sqlite = "3.44.1.0"
sqlite = "3.45.3.0"
gh-release = "2.4.1"
gh-release = "2.5.2"
koin = "3.5.3"
koin = "3.5.6"
[libraries]

View File

@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists