Skip to content

Commit cf41f05

Browse files
committed
Release 0.2.1
1 parent 0461baf commit cf41f05

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## unreleased
88

9+
## 0.2.1 - 2022-04-27
10+
911
### Added
1012

1113
- The `dptree::case!` macro for enumeration destructuring.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dptree"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
authors = ["p0lunin <dmytro.polunin@gmail.com>", "Hirrolot <hirrolot@gmail.com>"]
55
edition = "2018"
66
description = "An asynchronous event dispatch mechanism for Rust"

0 commit comments

Comments
 (0)