Dump version 0.7.1 -> 0.8.0

This commit is contained in:
Maybe Waffle 2022-10-03 00:08:00 +00:00
parent 5921b15db3
commit 35d87e415c
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 ## unreleased
## 0.8.0 - 2022-10-03
### Added ### Added
- Support for Telegram Bot API [version 6.2](https://core.telegram.org/bots/api#august-12-2022) ([#251][pr251]) - Support for Telegram Bot API [version 6.2](https://core.telegram.org/bots/api#august-12-2022) ([#251][pr251])

View file

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

View file

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

View file

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