Merge pull request #608 from teloxide/v0.8.2

Release v0.8.2
This commit is contained in:
Hirrolot 2022-04-26 02:34:57 +06:00 committed by GitHub
commit a861c00dcf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## unreleased
## 0.8.2 - 2022-04-26
### Fixed
- Fix the broken `#[derive(DialogueState)]` (function return type `dptree::Handler`).

View file

@ -1,6 +1,6 @@
[package]
name = "teloxide"
version = "0.8.1"
version = "0.8.2"
edition = "2021"
description = "An elegant Telegram bots framework for Rust"
repository = "https://github.com/teloxide/teloxide"