Merge pull request #8 from InsanusMokrassar/0.3.3

0.3.3
This commit is contained in:
InsanusMokrassar 2020-11-09 23:48:48 +06:00 committed by GitHub
commit f4ace9ac37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 24 additions and 13 deletions

View File

@ -1,13 +1,9 @@
# Changelog
## 0.3.0
### 0.3.3
* Versions:
* `Kotlin`: `1.3.72` -> `1.4.0`
* `Coroutines`: `1.3.8` -> `1.3.9`
* `Klock`: `1.11.14` -> `1.12.0`
* Typealias `KrontabTemplate` was added
* Extension `KrontabTemplate#toSchedule` was added
* `Coroutines`: `1.3.9` -> `1.4.1`
### 0.3.2
@ -25,12 +21,14 @@
* `Kotlin`: `1.4.0` -> `1.4.10`
* `Klock`: `1.12.0` -> `1.12.1`
## 0.2.0
## 0.3.0
* Updated way of publishing (for more info look at the [git](https://git.insanusmokrassar.com/InsanusMokrassar/krontab))
* Updates in libraries:
* Coroutines `1.3.2` -> `1.3.3`
* Klock `1.7.3` -> `1.8.6`
* Versions:
* `Kotlin`: `1.3.72` -> `1.4.0`
* `Coroutines`: `1.3.8` -> `1.3.9`
* `Klock`: `1.11.14` -> `1.12.0`
* Typealias `KrontabTemplate` was added
* Extension `KrontabTemplate#toSchedule` was added
### 0.2.4
@ -61,3 +59,10 @@
### 0.2.1
* Added support of flows: now any `KronScheduler` can be convert to `Flow<DateTime>` using `asFlow` extension
## 0.2.0
* Updated way of publishing (for more info look at the [git](https://git.insanusmokrassar.com/InsanusMokrassar/krontab))
* Updates in libraries:
* Coroutines `1.3.2` -> `1.3.3`
* Klock `1.7.3` -> `1.8.6`

View File

@ -17,7 +17,7 @@ plugins {
id "org.jetbrains.dokka" version "$dokka_version"
}
project.version = "0.3.2"
project.version = "0.3.3"
project.group = "com.insanusmokrassar"
apply from: "publish.gradle"

View File

@ -1,6 +1,12 @@
kotlin.code.style=official
org.gradle.parallel=true
kotlin.js.generate.externals=true
kotlin.incremental=true
kotlin.incremental.js=true
kotlin_version=1.4.10
kotlin_coroutines_version=1.3.9
kotlin_coroutines_version=1.4.1
dokka_version=0.10.1