Compare commits

...

8 Commits

Author SHA1 Message Date
0564ed1d75 gitignore kotlin-js-store 2023-02-28 12:44:51 +06:00
f9d98ec7d7 remove kotlin js yarn 2023-02-28 12:44:16 +06:00
67519da545 update dependencies 2023-02-28 12:18:32 +06:00
6028ec7774 upgrade up to 0.15.0 2023-02-28 12:17:35 +06:00
e29cad7bae Update CHANGELOG.md 2023-02-23 23:45:24 +06:00
473a5a735a Update libs.versions.toml 2023-02-21 13:09:10 +06:00
0229697dd3 start 0.14.1 2023-02-21 13:08:39 +06:00
47161eb4ff Merge pull request #153 from InsanusMokrassar/0.14.0
0.14.0
2022-12-23 13:08:04 +06:00
5 changed files with 12 additions and 2062 deletions

1
.gitignore vendored
View File

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

View File

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

View File

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

View File

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

File diff suppressed because it is too large Load Diff