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 52a693e commit 78342abCopy full SHA for 78342ab
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# Version 1.8.0
2
+
3
+- Move from `signal-hook` to the `async-signal` crate. (#42)
4
+- Reorganize the internals of this crate to be more coherent. (#46)
5
+- Bump to `event-listener` v3.0.0. (#43)
6
7
# Version 1.7.0
8
9
- Replace direct dependency on libc with rustix. (#31)
Cargo.toml
@@ -3,7 +3,7 @@ name = "async-process"
# When publishing a new version:
# - Update CHANGELOG.md
# - Create "v1.x.y" git tag
-version = "1.7.0"
+version = "1.8.0"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
edition = "2018"
rust-version = "1.63"
0 commit comments