Merge pull request #258 from teloxide/v08

Dump version `0.7.1` -> `0.8.0`
This commit is contained in:
Hirrolot 2022-10-03 15:01:51 +06:00 committed by GitHub
commit 6e9109b728
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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.8.0 - 2022-10-03
### Added
- 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]
name = "teloxide-core"
description = "Core part of the `teloxide` library - telegram bot API client"
version = "0.7.1"
version = "0.8.0"
edition = "2021"
license = "MIT"

View file

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

View file

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