We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6c1dde commit ed17f53Copy full SHA for ed17f53
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# Version 2.1.0
2
+
3
+- Update `event-listener` to v5.1.0. (#67)
4
5
# Version 2.0.1
6
7
- Update `event-listener` to v4.0.0. (#64)
Cargo.toml
@@ -3,7 +3,7 @@ name = "async-process"
# When publishing a new version:
# - Update CHANGELOG.md
# - Create "v2.x.y" git tag
-version = "2.0.1"
+version = "2.1.0"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
8
edition = "2021"
9
rust-version = "1.63"
0 commit comments