Skip to content

Commit 89c56e2

Browse files
committed
lib: Bump to v0.4.4
Add changelog entry. Signed-off-by: Mickaël Salaün <mic@digikod.net>
1 parent 4fbfbbc commit 89c56e2

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

CHANGELOG.md

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

3+
## [v0.4.4](https://github.com/landlock-lsm/rust-landlock/releases/tag/v0.4.4)
4+
5+
### New API
6+
7+
- Added support for all architectures ([PR #111](https://github.com/landlock-lsm/rust-landlock/pull/111)).
8+
- Added `LandlockStatus` type to query the running kernel and display information about available Landlock features ([PR #103](https://github.com/landlock-lsm/rust-landlock/pull/103) and [PR #113](https://github.com/landlock-lsm/rust-landlock/pull/113)).
9+
10+
### Dependencies
11+
12+
- Bumped MSRV to Rust 1.68 ([PR #112](https://github.com/landlock-lsm/rust-landlock/pull/112)).
13+
14+
### Testing
15+
16+
- Extended CI to build and test on i686 architecture ([PR #111](https://github.com/landlock-lsm/rust-landlock/pull/111)).
17+
18+
### Example
19+
20+
- Enhanced sandboxer example to print helpful hints about Landlock status ([PR #103](https://github.com/landlock-lsm/rust-landlock/pull/103)).
21+
322
## [v0.4.3](https://github.com/landlock-lsm/rust-landlock/releases/tag/v0.4.3)
423

524
### 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.3"
3+
version = "0.4.4"
44
edition = "2021"
55
rust-version = "1.68"
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.4](CHANGELOG.md#v044)
3031
* [v0.4.3](CHANGELOG.md#v043)
3132
* [v0.4.2](CHANGELOG.md#v042)
3233
* [v0.4.1](CHANGELOG.md#v041)

0 commit comments

Comments
 (0)