From 2a43683cf5d1c6b6beca2c02b7119aa5a5663d0f Mon Sep 17 00:00:00 2001 From: Hirrolot Date: Fri, 27 May 2022 00:27:57 +0600 Subject: [PATCH] Release v0.9.1 Former-commit-id: 1c02e38293650ce7bc3f08b83e06b7b226bd0718 --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a36f5f4..821e928f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)). diff --git a/Cargo.toml b/Cargo.toml index 0fe4cc3d..f5f91e99 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"