Release v0.10.1

Former-commit-id: ab463df5eb
This commit is contained in:
Hirrolot 2022-07-22 18:55:58 +06:00
parent d5a8c0589c
commit d515fc62eb
2 changed files with 12 additions and 1 deletions

View file

@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## unreleased
## 0.10.1 - 2022-07-22
### Fixed
- Mark the following functions with `#[must_use]` ([PR 457](https://github.com/teloxide/teloxide/pull/457)):
- `TraceStorage::into_inner`.
- `AsyncStopToken::new_pair`.
- `AsyncStopFlag::is_stopped`.
- All from `crate::utils::{html, markdown}`.
- Rendering of GIFs in lib.rs and crates.io ([PR 681](https://github.com/teloxide/teloxide/pull/681)).
## 0.10.0 - 2022-07-21
### Added

View file

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