Skip to content

Commit fec2d63

Browse files
authored
Merge pull request #163 from edera-dev/release/2026-07-15T01-28-04Z
chore: release v0.4.1
2 parents de42ace + 0c20a19 commit fec2d63

3 files changed

Lines changed: 26 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.4.1](https://github.com/edera-dev/styrolite/compare/v0.4.0...v0.4.1) - 2026-07-17
11+
12+
### Added
13+
14+
- *(apparmor)* add support for optionally specifying a loaded apparmor profile to use for a process
15+
16+
### Fixed
17+
18+
- *(build)* enable tokio process feature for the async feature
19+
- *(styrojail)* clarify the unreachable post-exec error
20+
- *(styrolite)* replace entrypoint panics with actionable errors
21+
- *(mount)* return an error on invalid mount data instead of panicking
22+
- *(mount)* include errno in pivot_root and umount failures
23+
- *(runner)* surface how the styrolite runner failed
24+
- *(caps)* include errno in capget and capset failures
25+
- *(wrap)* return an error when no executable is configured
26+
- *(wrap)* report errno and reject invalid hostnames
27+
- *(wrap)* include errno when setting resource limits fails
28+
- *(exec)* report errno and hints when execvpe fails
29+
30+
### Other
31+
32+
- run cargo fmt
33+
1034
## [0.4.0](https://github.com/edera-dev/styrolite/compare/v0.3.3...v0.4.0) - 2026-07-07
1135

1236
### Added

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "styrolite"
33
description = "Lightweight, programmatic sandboxing tool"
44
license = "Apache-2.0"
5-
version = "0.4.0"
5+
version = "0.4.1"
66
homepage = "https://github.com/edera-dev/styrolite"
77
repository = "https://github.com/edera-dev/styrolite"
88
edition = "2024"

0 commit comments

Comments
 (0)