Signed-off-by: John Nunley <dev@notgull.net>
This commit is contained in:
John Nunley 2024-02-17 12:41:58 -08:00 committed by John Nunley
parent b6c1ddea79
commit ed17f53035
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
# Version 2.1.0
- Update `event-listener` to v5.1.0. (#67)
# Version 2.0.1
- Update `event-listener` to v4.0.0. (#64)

View File

@ -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>"]
edition = "2021"
rust-version = "1.63"