prepare for 0.2 release

This commit is contained in:
Waffle 2021-03-16 15:36:46 +03:00
parent a7a329a53a
commit fd841ecd95
3 changed files with 6 additions and 4 deletions

View file

@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [unreleased]
## [0.2.0] - 2020-03-16
### Changed
- Refactor `ReplyMarkup` ([#pr65][pr65]) (**BC**)

View file

@ -1,7 +1,7 @@
[package]
name = "teloxide-core"
description = "Core part of the `teloxide` library - telegram bot API client"
version = "0.1.1"
version = "0.2.0"
edition = "2018"
authors = [
"Temirkhan Myrzamadi <hirrolot@gmail.com>",
@ -32,7 +32,7 @@ exclude = [
[dependencies]
futures = "0.3.5"
tokio = { version = "1.0.1", features = ["fs"] }
tokio = { version = "1.2.0", features = ["fs"] }
tokio-util = "0.6.0"
pin-project = "1.0.3"
bytes = "1.0.0"
@ -41,7 +41,7 @@ log = "0.4"
serde = { version = "1.0.114", features = ["derive"] }
serde_json = "1.0.55"
serde_with_macros = "1.1.0"
serde_with_macros = "1.4.1"
uuid = { version = "0.8.1", features = ["v4"] } # for attaching input files
derive_more = "0.99.9"

View file

@ -28,7 +28,7 @@
</div>
```toml
teloxide_core = "0.1"
teloxide_core = "0.2"
```
_Compiler support: requires rustc 1.49+_.