Compare commits

...

3 Commits
0.8.0 ... 0.8.1

Author SHA1 Message Date
dfe29296ab 0.8.1 changelog 2021-04-07 20:09:11 +06:00
ce1d185eff 0.8.1 + dependencies update 2021-04-07 20:00:20 +06:00
a78611a27c Merge pull request #75 from InsanusMokrassar/0.8.0
0.8.0
2021-03-08 00:39:19 +06:00
2 changed files with 11 additions and 4 deletions

View File

@@ -1,5 +1,12 @@
# SauceNaoAPI Changelog
## 0.8.1
* Versions updates:
* `Kotlin`: `1.4.31` -> `1.4.32`
* `Klock`: `2.0.6` -> `2.0.7`
* `Ktor`: `1.5.2` -> `1.5.3`
## 0.8.0
* Versions updates:

View File

@@ -1,10 +1,10 @@
kotlin.code.style=official
kotlin_version=1.4.31
kotlin_version=1.4.32
kotlin_coroutines_version=1.4.3
kotlin_serialisation_version=1.1.0
klock_version=2.0.6
ktor_version=1.5.2
klock_version=2.0.7
ktor_version=1.5.3
gradle_github_release_plugin_version=2.2.12
library_version=0.8.0
library_version=0.8.1