Skip to content

Commit

Permalink
Release v0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomasdezeeuw committed Apr 6, 2024
1 parent 0f4d484 commit df5bf9f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# v0.1.9

* Added `Config::disable` which enables `IORING_SETUP_R_DISABLED`
<https://github.com/Thomasdezeeuw/a10/commit/08078e34596e31f3a3a706b583d7a2f5f9f8ac8b>.
* Added `Ring::enable` which enables a disable ring
<https://github.com/Thomasdezeeuw/a10/commit/3817e4f0aa6ac51e131be0b8076e87fa963c4be0>.
* Added `Config::single_issuer` which enables `IORING_SETUP_SINGLE_ISSUER`,
which is no longer set by default
<https://github.com/Thomasdezeeuw/a10/commit/e18c618b31bc83564cc23388d8913ebb93e1b310>.
* Added `Config::defer_task_run` which enables `IORING_SETUP_DEFER_TASKRUN`
<https://github.com/Thomasdezeeuw/a10/commit/0f4d4847392bdccda346b018d7572d41a2a49853>.

# v0.1.8

* Make BufGroupId and BufIdx public, but still hide them from the docs
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.8"
version = "0.1.9"
authors = ["Thomas de Zeeuw <[email protected]>"]
license = "MIT"
documentation = "https://docs.rs/a10"
Expand Down

0 comments on commit df5bf9f

Please sign in to comment.