Skip to content

Commit

Permalink
Release v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomasdezeeuw committed Jul 26, 2023
1 parent c8bc769 commit 0fd9efb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
<https://github.com/Thomasdezeeuw/a10/pull/81>.

# v0.1.3

* Added `ReceiveSignals`, a type that combines Signals and signals::Receive to
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <thomasdezeeuw@gmail.com>"]
license = "MIT"
documentation = "https://docs.rs/a10"
Expand Down

0 comments on commit 0fd9efb

Please sign in to comment.