Merge pull request #643 from teloxide/v0.9.2

Release v0.9.2
This commit is contained in:
Waffle Maybe 2022-06-07 10:35:58 +04:00 committed by GitHub
commit c4d456a432
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## unreleased
## 0.9.2 - 2022-06-07
### Fixed
- Fix Api Unknown error (Can't parse entities) on message created with `utils::markdown::user_mention_or_link` if user full name contaiins some escapable symbols eg '.'

View file

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