From b97c2c6063fece1c7ac501e3784d147046c61975 Mon Sep 17 00:00:00 2001 From: Hirrolot Date: Mon, 31 Oct 2022 16:30:49 +0600 Subject: [PATCH 1/3] Release v0.11.1 --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1b8937a4..5522bab0a 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.11.1 - 2022-10-31 + ### Added - The `rocksdb-storage` feature -- enables the RocksDB support ([PR #753](https://github.com/teloxide/teloxide/pull/753)) diff --git a/Cargo.toml b/Cargo.toml index 8eb1b3515..f4056c492 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "teloxide" -version = "0.11.0" +version = "0.11.1" edition = "2021" description = "An elegant Telegram bots framework for Rust" repository = "https://github.com/teloxide/teloxide" From 08d2e4f10278a4040f615610f766a36fa5ac979f Mon Sep 17 00:00:00 2001 From: Hirrolot Date: Mon, 31 Oct 2022 21:26:28 +0600 Subject: [PATCH 2/3] Update the migration guide version --- MIGRATION_GUIDE.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MIGRATION_GUIDE.md b/MIGRATION_GUIDE.md index 0c8a33bf7..c5da2a04b 100644 --- a/MIGRATION_GUIDE.md +++ b/MIGRATION_GUIDE.md @@ -1,7 +1,7 @@ This document describes breaking changes of `teloxide` crate, as well as the ways to update code. Note that the list of required changes is not fully exhaustive and it may lack something in rare cases. -## 0.10 -> 0.xxx.xxx +## 0.11 -> 0.11.1 ### teloxide diff --git a/README.md b/README.md index bf649dd56..f211a5473 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -> [v0.10 -> v0.11 migration guide >>](MIGRATION_GUIDE.md#010---011) +> [v0.11 -> v0.11.1 migration guide >>](MIGRATION_GUIDE.md#011---0111)
From bce24fdf8df8f40c960923e7838c290258bf9549 Mon Sep 17 00:00:00 2001 From: Sima Kinsart Date: Mon, 31 Oct 2022 21:29:38 +0600 Subject: [PATCH 3/3] Fix the version header (`CHANGELOG.md`) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5522bab0a..3e84df636 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## unreleased -# 0.11.1 - 2022-10-31 +## 0.11.1 - 2022-10-31 ### Added