mirror of
https://github.com/InsanusMokrassar/SauceNaoAPI.git
synced 2026-04-20 07:02:30 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9a746451c0 | |||
| fcd2f350d1 | |||
| a97c117288 |
@@ -1,5 +1,14 @@
|
||||
# SauceNaoAPI Changelog
|
||||
|
||||
## 0.19.1
|
||||
|
||||
* Versions:
|
||||
* `Kotlin`: `2.3.20`
|
||||
* `Coroutines`: `1.10.2`
|
||||
* `Serialization`: `1.11.0`
|
||||
* `Ktor`: `3.4.2`
|
||||
* `MicroUtils`: `0.29.2`
|
||||
|
||||
## 0.19.0
|
||||
|
||||
* Versions:
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
kotlin.code.style=official
|
||||
|
||||
library_version=0.19.0
|
||||
library_version=0.19.1
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
[versions]
|
||||
|
||||
kt = "2.2.20"
|
||||
kt = "2.3.20"
|
||||
kt-coroutines = "1.10.2"
|
||||
kt-serialization = "1.9.0"
|
||||
kt-serialization = "1.11.0"
|
||||
|
||||
klock = "5.4.0"
|
||||
ktor = "3.3.0"
|
||||
ktor = "3.4.2"
|
||||
|
||||
microutils = "0.26.5"
|
||||
microutils = "0.29.2"
|
||||
|
||||
gh-release = "2.5.2"
|
||||
nmcp = "1.2.0"
|
||||
nmcp = "1.4.4"
|
||||
|
||||
[libraries]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user