Skip to content

Commit 75b684b

Browse files
authored
Merge pull request #11 from fullzer4/release-plz-2026-05-20T18-38-08Z
chore: release v0.2.0
2 parents 08ef594 + 4f39d95 commit 75b684b

5 files changed

Lines changed: 38 additions & 7 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ members = [
1010
name = "evalbox"
1111

1212
[workspace.package]
13-
version = "0.1.1"
13+
version = "0.2.0"
1414
edition = "2024"
1515
rust-version = "1.85"
1616
license = "MIT OR Apache-2.0"
@@ -22,9 +22,9 @@ keywords = ["sandbox", "isolation", "security", "landlock", "seccomp"]
2222
categories = ["os::linux-apis", "development-tools"]
2323

2424
[workspace.dependencies]
25-
evalbox = { version = "0.1.1", path = "crates/evalbox" }
26-
evalbox-sys = { version = "0.1.1", path = "crates/evalbox-sys" }
27-
evalbox-sandbox = { version = "0.1.1", path = "crates/evalbox-sandbox" }
25+
evalbox = { version = "0.2.0", path = "crates/evalbox" }
26+
evalbox-sys = { version = "0.2.0", path = "crates/evalbox-sys" }
27+
evalbox-sandbox = { version = "0.2.0", path = "crates/evalbox-sandbox" }
2828

2929
libc = "0.2"
3030
serde = { version = "1", features = ["derive"] }

crates/evalbox-sandbox/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.2.0](https://github.com/fullzer4/evalbox/compare/evalbox-sandbox-v0.1.1...evalbox-sandbox-v0.2.0) - 2026-05-29
11+
12+
### Added
13+
14+
- ARM64 (aarch64) support, drop min kernel to 6.7
15+
16+
### Other
17+
18+
- granular clippy lints and SAFETY comments
19+
- code quality improvements
20+
1021
## [0.1.1](https://github.com/fullzer4/evalbox/compare/evalbox-sandbox-v0.1.0...evalbox-sandbox-v0.1.1) - 2026-02-17
1122

1223
### Fixed

crates/evalbox-sys/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.2.0](https://github.com/fullzer4/evalbox/compare/evalbox-sys-v0.1.1...evalbox-sys-v0.2.0) - 2026-05-29
11+
12+
### Added
13+
14+
- ARM64 (aarch64) support, drop min kernel to 6.7
15+
16+
### Fixed
17+
18+
- add backticks to arch names in doc comments (clippy::doc_markdown)
19+
20+
### Other
21+
22+
- granular clippy lints and SAFETY comments
23+
1024
## [0.1.1](https://github.com/fullzer4/evalbox/compare/evalbox-sys-v0.1.0...evalbox-sys-v0.1.1) - 2026-02-17
1125

1226
### Fixed

crates/evalbox/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.2.0](https://github.com/fullzer4/evalbox/compare/evalbox-v0.1.1...evalbox-v0.2.0) - 2026-05-29
11+
12+
### Other
13+
14+
- code quality improvements
15+
1016
## [0.1.1](https://github.com/fullzer4/evalbox/compare/evalbox-v0.1.0...evalbox-v0.1.1) - 2026-02-17
1117

1218
### Fixed

0 commit comments

Comments
 (0)