Release v0.6.1

This commit is contained in:
Hirrolot 2022-04-26 02:12:22 +06:00
parent a3e69b811e
commit c312aa1e54
3 changed files with 8 additions and 3 deletions

View file

@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## unreleased ## unreleased
## 0.6.1 - 2022-04-26
### Fixed
- Fix `#[derive(DialogueState)]` (function return type `dptree::Handler`).
## 0.6.0 - 2022-04-09 ## 0.6.0 - 2022-04-09
### Removed ### Removed

View file

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

View file

@ -1,7 +1,6 @@
MIT License MIT License
Copyright (c) 2019-2020 teloxide Copyright (c) 2019-2022 teloxide
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal