Release v0.9.1

Former-commit-id: 1c02e38293
This commit is contained in:
Hirrolot 2022-05-27 00:27:57 +06:00
parent 5a8cdc5cff
commit 2a43683cf5
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.9.1 - 2022-05-27
### Fixed
- Fix `#[command(rename = "...")]` for custom command names ([issue 633](https://github.com/teloxide/teloxide/issues/633)).

View file

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