From 21a157347d208e3d67f4721bf4a401de088521c7 Mon Sep 17 00:00:00 2001 From: Hirrolot Date: Tue, 19 Jul 2022 21:56:59 +0600 Subject: [PATCH] Release v0.6.3 --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c63f14e..02c6215d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)). diff --git a/Cargo.toml b/Cargo.toml index 1b7021bc..91213f15 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "teloxide-macros" -version = "0.6.2" +version = "0.6.3" description = "The teloxide's procedural macros" authors = ["p0lunin "] license = "MIT"