Compare commits

...

6 Commits

Author SHA1 Message Date
renovate[bot]
0d2e3a4116 Update plugin com.gradleup.nmcp.aggregation to v1.5.0 2026-05-02 07:43:24 +00:00
6f3488518b Merge pull request #143 from InsanusMokrassar/0.30.0
0.30.0
2026-04-20 00:26:58 +06:00
cd4c893f7c update plagubot version 2026-04-20 00:20:42 +06:00
2487d51606 update dependencies 2026-04-20 00:18:57 +06:00
6b28e89595 start 0.30.0 2026-04-19 23:56:21 +06:00
7729ada3bb Merge pull request #136 from InsanusMokrassar/0.29.0
0.29.0
2026-03-10 15:13:05 +06:00
2 changed files with 19 additions and 9 deletions

10
CHANGELOG.md Normal file
View File

@@ -0,0 +1,10 @@
# Changelog
## 0.30.0
* `Kotlin`: `2.3.20`
* `MicroUtils`: `0.29.2`
* `Exposed`: `1.2.0`
* `PlaguBot`: `11.2.0`
* `TgBotAPI`: `33.1.0`
* `Serialization`: `1.11.0`

View File

@@ -6,23 +6,23 @@ kotlin.incremental=true
kotlin.incremental.js=true
kotlin_version=2.3.10
kotlin_serialisation_core_version=1.10.0
kotlin_version=2.3.20
kotlin_serialisation_core_version=1.11.0
github_release_plugin_version=2.5.2
tgbotapi_version=32.0.0
micro_utils_version=0.29.1
exposed_version=1.1.1
plagubot_version=11.0.0
tgbotapi_version=33.1.0
micro_utils_version=0.29.2
exposed_version=1.2.0
plagubot_version=11.2.0
nmcp_version=1.4.4
nmcp_version=1.5.0
# Dokka
dokka_version=2.1.0
dokka_version=2.2.0
# Project data
group=dev.inmo
version=0.29.0
version=0.30.0