Release teloxide v0.11.3

This commit is contained in:
Hirrolot 2022-11-25 17:15:11 +06:00 committed by Maybe Waffle
parent d50370a5f9
commit 02398e3464
4 changed files with 7 additions and 3 deletions

View file

@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## unreleased
## 0.11.3 - 2022-11-28
### Fixed
- Add another missing feature gate for `dispatching::repls` import ([issue #770](https://github.com/teloxide/teloxide/issues/770))
## 0.11.2 - 2022-11-18

View file

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

View file

@ -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.11 -> 0.11.2
## 0.11 -> 0.11.3
### teloxide

View file

@ -1,4 +1,4 @@
> [v0.11 -> v0.11.2 migration guide >>](MIGRATION_GUIDE.md#011---0112)
> [v0.11 -> v0.11.3 migration guide >>](MIGRATION_GUIDE.md#011---0113)
<div align="center">
<img src="./ICON.png" width="250"/>