diff --git a/CHANGELOG.md b/CHANGELOG.md index d2c3661..ae0bb11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# v0.1.4 + +* Fixed dropping of `ReceiveSignals`, it now properly cancels the receiving of + process signals and ensure the kernel doesn't write into deallocated memory + . + # v0.1.3 * Added `ReceiveSignals`, a type that combines Signals and signals::Receive to diff --git a/Cargo.toml b/Cargo.toml index 4409c21..4eb065f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "a10" description = "A10 is an io_uring library." -version = "0.1.3" +version = "0.1.4" authors = ["Thomas de Zeeuw "] license = "MIT" documentation = "https://docs.rs/a10"