Skip to content

Commit 8d473df

Browse files
committed
lib: Bump to v0.3.1
Add changelog entry for v0.3.1 Signed-off-by: Mickaël Salaün <mic@digikod.net>
1 parent 34752a2 commit 8d473df

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "landlock"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
edition = "2021"
55
rust-version = "1.63"
66
description = "Landlock LSM helpers"

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)