Release v0.5.1

This commit is contained in:
Hirrolot 2022-03-23 07:51:23 +06:00
parent e645c9fc7b
commit ffeaa58afc
2 changed files with 8 additions and 1 deletions

View file

@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## unreleased
## 0.5.1 - 2022-03-23
### Fixed
- Make bot name check case-insensitive ([PR #16](https://github.com/teloxide/teloxide-macros/pull/16)).
- Add more command rename rules: `UPPERCASE`, `PascalCase`, `camelCase`, `snake_case`, `SCREAMING_SNAKE_CASE`, `kebab-case`, and `SCREAMING-KEBAB-CASE` ([PR #18](https://github.com/teloxide/teloxide-macros/pull/18)).
## 0.5.0 - 2022-02-05
### Added

View file

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