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
## 0.6.1 - 2022-04-26
### Fixed
- Fix `#[derive(DialogueState)]` (function return type `dptree::Handler`).
## 0.6.0 - 2022-04-09
### Removed

View file

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

View file

@ -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