mirror of
https://github.com/InsanusMokrassar/SauceNaoAPI.git
synced 2024-11-22 14:33:46 +00:00
commit
c31793ab38
@ -1,5 +1,13 @@
|
||||
# SauceNaoAPI Changelog
|
||||
|
||||
## 0.12.2
|
||||
|
||||
* Versions:
|
||||
* `Kotlin`: `1.7.10` -> `1.7.20`
|
||||
* `Serialization`: `1.4.0-RC` -> `1.4.0`
|
||||
* `Klock`: `3.0.0` -> `3.2.0`
|
||||
* `Ktor`: `2.1.0` -> `2.1.2`
|
||||
|
||||
## 0.12.1
|
||||
|
||||
* Versions:
|
||||
|
@ -1,3 +1,3 @@
|
||||
kotlin.code.style=official
|
||||
|
||||
library_version=0.12.1
|
||||
library_version=0.12.2
|
||||
|
@ -1,11 +1,11 @@
|
||||
[versions]
|
||||
|
||||
kt = "1.7.10"
|
||||
kt-serialization = "1.4.0-RC"
|
||||
kt = "1.7.20"
|
||||
kt-serialization = "1.4.0"
|
||||
kt-coroutines = "1.6.4"
|
||||
|
||||
klock = "3.0.0"
|
||||
ktor = "2.1.0"
|
||||
klock = "3.2.0"
|
||||
ktor = "2.1.2"
|
||||
|
||||
gh-release = "2.4.1"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user