Skip to content

Commit

Permalink
release: v0.2.2
Browse files Browse the repository at this point in the history
CHANGELOG:
- feat(capset): add issubset() and issuperset() methods
- refactor(caps): special-case full CapState
- refactor(caps): avoid excessive writes in CapState Display impl
- feat(prctl): add speculation control interface
- feat(prctl): add perf events and I/O flusher interfaces
- doc: Improve documentation
  • Loading branch information
cptpcrd committed Jun 26, 2022
1 parent 12ec8ba commit 57baac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "capctl"
version = "0.2.1"
version = "0.2.2"
edition = "2018"

description = "A pure-Rust interface to prctl() and Linux capabilities."
Expand Down

0 comments on commit 57baac4

Please sign in to comment.