Skip to content

Commit 94721d2

Browse files
committed
lib: Bump to v0.4.1
Add changelog entry. Signed-off-by: Mickaël Salaün <mic@digikod.net>
1 parent c8f1a29 commit 94721d2

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Landlock changelog
22

3+
## [v0.4.1](https://github.com/landlock-lsm/rust-landlock/releases/tag/v0.4.1)
4+
5+
### New API
6+
7+
Add support for Landlock ABI 5: control IOCTL commands on character and block devices with the new [`AccessFs::IoctlDev`](https://landlock.io/rust-landlock/landlock/enum.AccessFs.html#variant.IoctlDev) right ([PR #74](https://github.com/landlock-lsm/rust-landlock/pull/74)).
8+
9+
### Testing
10+
11+
Improved the CI to better test against different kernel versions ([PR #72](https://github.com/landlock-lsm/rust-landlock/pull/72)).
12+
13+
314
## [v0.4.0](https://github.com/landlock-lsm/rust-landlock/releases/tag/v0.4.0)
415

516
### 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.4.0"
3+
version = "0.4.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,6 +27,7 @@ and the [sandboxer example](examples/sandboxer.rs).
2727

2828
## Changelog
2929

30+
* [v0.4.1](CHANGELOG.md#v041)
3031
* [v0.4.0](CHANGELOG.md#v040)
3132
* [v0.3.1](CHANGELOG.md#v031)
3233
* [v0.3.0](CHANGELOG.md#v030)

0 commit comments

Comments
 (0)