Signed-off-by: John Nunley <dev@notgull.net>
This commit is contained in:
John Nunley 2024-04-20 12:19:56 -07:00 committed by GitHub
parent 76badb6964
commit a9e4b09a6e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
# Version 2.2.2
- Fix a typo in the docs for `ChildStdin`. (#76)
# Version 2.2.1
- Fix a compilation error for 32-bit operating systems by using a 32-bit zombie counter. (#75)

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.2.1"
version = "2.2.2"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
edition = "2021"
rust-version = "1.63"