bump version

This commit is contained in:
Maybe Waffle 2022-06-21 16:25:51 +04:00
parent 038cd5d86d
commit 72ac288ed2
2 changed files with 3 additions and 1 deletions

View file

@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## unreleased ## unreleased
## 0.6.3 - 2022-06-21
### Fixed ### Fixed
- Fix `Message::parse_caption_entities` ([#229][pr229]) - Fix `Message::parse_caption_entities` ([#229][pr229])

View file

@ -1,7 +1,7 @@
[package] [package]
name = "teloxide-core" name = "teloxide-core"
description = "Core part of the `teloxide` library - telegram bot API client" description = "Core part of the `teloxide` library - telegram bot API client"
version = "0.6.2" version = "0.6.3"
edition = "2018" edition = "2018"
license = "MIT" license = "MIT"