Skip to content

Commit 3fceb62

Browse files
committed
chore(release): prepare for 0.0.12
1 parent 3ea3531 commit 3fceb62

3 files changed

Lines changed: 20 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [0.0.12] - 2026-03-10
4+
5+
### <!-- 0 -->⛰️ Features
6+
7+
- Add devbox configuration for development environment
8+
- Add Landlock CLI flags, try_ support, example, and integration tests
9+
- Integrate Landlock into spawn pipeline and doctor report
10+
- Implement Landlock LSM syscall wrappers and access mode mapping
11+
- Add Landlock config types, validation, and public exports
12+
13+
### <!-- 2 -->🚜 Refactor
14+
15+
- Rename `voidbox` to `libvoid`
16+
17+
### <!-- 3 -->📚 Documentation
18+
19+
- Update Landlock LSM and hardening status
20+
321
## [0.0.11] - 2026-02-22
422

523
### <!-- 2 -->🚜 Refactor

PROJECT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
# ==============================================================================
1010

1111
libvoid
12-
0.0.11
12+
0.0.12

build.zig.zon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.{
22
.name = .libvoid,
3-
.version = "0.0.11",
3+
.version = "0.0.12",
44
.paths = .{
55
"build.zig",
66
"build.zig.zon",

0 commit comments

Comments
 (0)