diff --git a/CHANGELOG.md b/CHANGELOG.md index 11aec587..c4d7cc57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## unreleased +## 0.6.1 - 2022-04-26 + +### Fixed + + - Fix `#[derive(DialogueState)]` (function return type `dptree::Handler`). + ## 0.6.0 - 2022-04-09 ### Removed diff --git a/Cargo.toml b/Cargo.toml index 8225ca26..53ce205f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "teloxide-macros" -version = "0.6.0" +version = "0.6.1" description = "The teloxide's procedural macros" authors = ["p0lunin "] license = "MIT" diff --git a/LICENSE b/LICENSE index af7ef486..8e5427af 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,6 @@ - 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 of this software and associated documentation files (the "Software"), to deal