We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0461baf commit cf41f05Copy full SHA for cf41f05
CHANGELOG.md
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## unreleased
8
9
+## 0.2.1 - 2022-04-27
10
+
11
### Added
12
13
- The `dptree::case!` macro for enumeration destructuring.
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "dptree"
3
-version = "0.2.0"
+version = "0.2.1"
4
authors = ["p0lunin <dmytro.polunin@gmail.com>", "Hirrolot <hirrolot@gmail.com>"]
5
edition = "2018"
description = "An asynchronous event dispatch mechanism for Rust"
0 commit comments