bump version

This commit is contained in:
Maybe Waffle 2022-07-19 13:53:17 +04:00
parent c9f0406e34
commit 79257fe91d
4 changed files with 5 additions and 3 deletions

View file

@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## unreleased
## 0.7.0 - 2022-07-19
### Added
- `InlineKeyboardButton::{pay, login, web_app, callback_game, pay}` constructors ([#231][pr231])

View file

@ -1,7 +1,7 @@
[package]
name = "teloxide-core"
description = "Core part of the `teloxide` library - telegram bot API client"
version = "0.6.3"
version = "0.7.0"
edition = "2018"
license = "MIT"

View file

@ -25,7 +25,7 @@
</div>
```toml
teloxide-core = "0.6"
teloxide-core = "0.7"
```
_Compiler support: requires rustc 1.58+_.

View file

@ -5,7 +5,7 @@
//! asynchronous and built using [`tokio`].
//!
//!```toml
//! teloxide_core = "0.6"
//! teloxide_core = "0.7"
//! ```
//! _Compiler support: requires rustc 1.58+_.
//!