File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed
Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 11# Landlock changelog
22
3+ ## [ v0.3.1] ( https://github.com/landlock-lsm/rust-landlock/releases/tag/v0.3.1 )
4+
5+ Add [ ` RulesetCreated::try_clone() ` ] ( https://landlock.io/rust-landlock/landlock/struct.RulesetCreated.html#method.try_clone ) ([ PR #38 ] ( https://github.com/landlock-lsm/rust-landlock/pull/38 ) ).
6+
37## [ v0.3.0] ( https://github.com/landlock-lsm/rust-landlock/releases/tag/v0.3.0 )
48
59### New API
Original file line number Diff line number Diff line change 11[package ]
22name = " landlock"
3- version = " 0.3.0 "
3+ version = " 0.3.1 "
44edition = " 2021"
55rust-version = " 1.63"
66description = " Landlock LSM helpers"
Original file line number Diff line number Diff line change @@ -27,5 +27,6 @@ and the [sandboxer example](examples/sandboxer.rs).
2727
2828## Changelog
2929
30+ * [ v0.3.1] ( CHANGELOG.md#v031 )
3031* [ v0.3.0] ( CHANGELOG.md#v030 )
3132* [ v0.2.0] ( CHANGELOG.md#v020 )
You can’t perform that action at this time.
0 commit comments