Skip to content

Commit 513b926

Browse files
authored
v1.8.1
Signed-off-by: John Nunley <[email protected]>
1 parent ce7ded7 commit 513b926

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Version 1.8.1
2+
3+
- Bump `async-signal` to v0.2.3. (#56)
4+
15
# Version 1.8.0
26

37
- Move from `signal-hook` to the `async-signal` crate. (#42)

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "async-process"
33
# When publishing a new version:
44
# - Update CHANGELOG.md
55
# - Create "v1.x.y" git tag
6-
version = "1.8.0"
6+
version = "1.8.1"
77
authors = ["Stjepan Glavina <[email protected]>"]
88
edition = "2018"
99
rust-version = "1.63"

0 commit comments

Comments
 (0)