Skip to content

Commit b08d8ea

Browse files
authored
v0.2.4
Signed-off-by: John Nunley <[email protected]>
1 parent f2805db commit b08d8ea

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 0.2.4
2+
3+
- Add `LICENSE` files to this crate. (#23)
4+
15
# Version 0.2.3
26

37
- Remove the `signalfd` backend, as it offered little to no advantages over the pipe-based backend and it didn't catch signals sometimes. (#20)

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "async-signal"
3-
version = "0.2.3"
3+
version = "0.2.4"
44
edition = "2018"
55
authors = ["John Nunley <[email protected]>"]
66
rust-version = "1.63"

0 commit comments

Comments
 (0)