start 0.9.1

This commit is contained in:
InsanusMokrassar 2019-01-29 08:14:52 +08:00
parent b933b878fb
commit f80fb33402
2 changed files with 3 additions and 1 deletions

View File

@ -10,6 +10,8 @@
* Add `RequestLimiter` and base realisations
* Now `KtorRequestsExecutor` can receive as one of parameters `RequestLimiter` (by default - `EmptyLimiter`)
### 0.9.1
### 0.8.5
* Add extension `String#toMarkdown`

View File

@ -1,4 +1,4 @@
project.version = "0.9.0"
project.version = "0.9.1"
project.group = "com.github.insanusmokrassar"
buildscript {