Dump version (0.5.2 -> 0.5.3)

This commit is contained in:
Maybe Waffle 2021-10-25 15:52:57 +03:00
parent f6c4701932
commit f31adc1bb2
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.5.2 - 2021-10-25
### Fixed
- Compilation when the `ctrlc_handler` feature is disabled ([issue 462](https://github.com/teloxide/teloxide/issues/462))

View file

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