Merge pull request #245 from teloxide/r071

dump version
This commit is contained in:
Waffle Maybe 2022-08-19 09:52:03 +04:00 committed by GitHub
commit 44d4603bd0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## unreleased
## 0.7.1 - 2022-08-19
### Fixed
- `ErasedRequester<E>` now implements `Clone` even if `E` is not `Clone` ([#244][pr244])

View file

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