Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.11.1 #757

Merged
merged 3 commits into from Oct 31, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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))
Expand Down
2 changes: 1 addition & 1 deletion 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"
Expand Down
2 changes: 1 addition & 1 deletion 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

Expand Down
2 changes: 1 addition & 1 deletion 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)

<div align="center">
<img src="./ICON.png" width="250"/>
Expand Down