All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.3.1 - 2026-04-07
- (wrap) add oom_score_adj to exec specs (#124)
0.3.0 - 2026-04-01
- Support supplemental GIDs
- Attach needs to apply guid/uid
- Prefer owned types for filedescriptors where possible
- Add data field to MountSpec
- Fallback proc scan for first_child_pid_of for kernels without CONFIG_PROC_CHILDREN
- Add seccomp-bpf filter support with TSYNC
0.1.1 - 2025-10-16
- add automation for release and publish
- add ci for actions and code
- add dependabot
- add cargo makefile
- add helper scripts for CI
- allow users to specify a config without a mount namespace
- adopt rust edition 2024 and fix clippy
- address zizmor findings
- (fmt) format autofix.sh
- (deps) update deps and bump rust to v1.89.0
- pin rust toolchain to 1.88.0
- format to rust 1.88.0 specifications
- update dependencies and bump version to 0.1.1
- Merge pull request #5 from bleggett/bleggett/skip-pointless-setid-warn
- Don't change uid/gid if we're already there
- add styrolite logo asset
- format code with rust 2024
- run cargo fmt
- add Apache-2.0 license
- add README
- initial commit