Merge pull request #158 from InsanusMokrassar/0.15.0

0.15.0
This commit is contained in:
InsanusMokrassar 2023-02-28 12:46:37 +06:00 committed by GitHub
commit 8e042c6399
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 12 additions and 2062 deletions

1
.gitignore vendored
View File

@ -8,3 +8,4 @@ settings.xml
.gradle/ .gradle/
build/ build/
out/ out/
kotlin-js-store/

View File

@ -1,5 +1,12 @@
# SauceNaoAPI Changelog # SauceNaoAPI Changelog
## 0.15.0
* Versions:
* `Kotlin`: `1.8.10`
* `Serialization`: `1.5.0`
* `Ktor`: `2.2.3`
## 0.14.0 ## 0.14.0
* `LimitStatus` is `Comparable<LimitStatus>` since this update * `LimitStatus` is `Comparable<LimitStatus>` since this update

View File

@ -1,3 +1,3 @@
kotlin.code.style=official kotlin.code.style=official
library_version=0.14.0 library_version=0.15.0

View File

@ -1,11 +1,11 @@
[versions] [versions]
kt = "1.7.22" kt = "1.8.10"
kt-serialization = "1.4.1" kt-serialization = "1.5.0"
kt-coroutines = "1.6.4" kt-coroutines = "1.6.4"
klock = "3.4.0" klock = "3.4.0"
ktor = "2.2.1" ktor = "2.2.3"
gh-release = "2.4.1" gh-release = "2.4.1"

File diff suppressed because it is too large Load Diff