mirror of
https://github.com/InsanusMokrassar/SauceNaoAPI.git
synced 2024-12-04 20:20:06 +00:00
Compare commits
No commits in common. "798c4097ed9c0fb3fca9ef33f5dc66115055f3fc" and "db154f420250937d74505cc95df974cf8f991239" have entirely different histories.
798c4097ed
...
db154f4202
@ -1,11 +1,5 @@
|
||||
# SauceNaoAPI Changelog
|
||||
|
||||
## 0.11.1
|
||||
|
||||
* Versions updates:
|
||||
* `Ktor`: `2.0.1` -> `2.0.3`
|
||||
* `Coroutines`: `1.6.1` -> `1.6.4`
|
||||
|
||||
## 0.11.0
|
||||
|
||||
* Versions updates:
|
||||
|
@ -19,7 +19,7 @@ if (new File(projectDir, "secret.gradle").exists()) {
|
||||
owner "InsanusMokrassar"
|
||||
repo "${rootProject.name}"
|
||||
|
||||
tagName "v${project.version}"
|
||||
tagName "${project.version}"
|
||||
releaseName "${project.version}"
|
||||
targetCommitish "${project.version}"
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
kotlin.code.style=official
|
||||
|
||||
library_version=0.11.1
|
||||
library_version=0.11.0
|
||||
|
@ -2,12 +2,12 @@
|
||||
|
||||
kt = "1.6.21"
|
||||
kt-serialization = "1.3.3"
|
||||
kt-coroutines = "1.6.4"
|
||||
kt-coroutines = "1.6.1"
|
||||
|
||||
klock = "2.7.0"
|
||||
ktor = "2.0.3"
|
||||
ktor = "2.0.1"
|
||||
|
||||
gh-release = "2.4.1"
|
||||
gh-release = "2.3.7"
|
||||
|
||||
[libraries]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user