From 57baac471f5deccd432876c081e2720da699d5d7 Mon Sep 17 00:00:00 2001 From: cptpcrd <31829097+cptpcrd@users.noreply.github.com> Date: Sat, 25 Jun 2022 22:13:43 -0400 Subject: [PATCH] release: v0.2.2 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 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c0a1268..b6bcc93 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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."