Skip to content

Commit df807b5

Browse files
chore: release v0.4.1
1 parent d5911ce commit df807b5

3 files changed

Lines changed: 22 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,26 @@ 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-15
11+
12+
### Fixed
13+
14+
- *(build)* enable tokio process feature for the async feature
15+
- *(styrojail)* clarify the unreachable post-exec error
16+
- *(styrolite)* replace entrypoint panics with actionable errors
17+
- *(mount)* return an error on invalid mount data instead of panicking
18+
- *(mount)* include errno in pivot_root and umount failures
19+
- *(runner)* surface how the styrolite runner failed
20+
- *(caps)* include errno in capget and capset failures
21+
- *(wrap)* return an error when no executable is configured
22+
- *(wrap)* report errno and reject invalid hostnames
23+
- *(wrap)* include errno when setting resource limits fails
24+
- *(exec)* report errno and hints when execvpe fails
25+
26+
### Other
27+
28+
- run cargo fmt
29+
1030
## [0.4.0](https://github.com/edera-dev/styrolite/compare/v0.3.3...v0.4.0) - 2026-07-07
1131

1232
### 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)