Release v0.6.3

This commit is contained in:
Hirrolot 2022-07-19 21:56:59 +06:00
parent 4274eeeba9
commit 21a157347d
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.6.3 - 2022-07-19
### Fixed
- Allow specifying a path to a command handler in `parse_with` ([PR #27](https://github.com/teloxide/teloxide-macros/pull/27)).

View file

@ -1,6 +1,6 @@
[package]
name = "teloxide-macros"
version = "0.6.2"
version = "0.6.3"
description = "The teloxide's procedural macros"
authors = ["p0lunin <dmytro.polunin@gmail.com>"]
license = "MIT"