diff --git a/CHANGELOG.md b/CHANGELOG.md index e867405..8b01b82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.1](https://github.com/edera-dev/styrolite/compare/v0.3.0...v0.3.1) - 2026-04-07 + +### Other + +- *(wrap)* add oom_score_adj to exec specs ([#124](https://github.com/edera-dev/styrolite/pull/124)) + ## [0.3.0](https://github.com/edera-dev/styrolite/compare/v0.2.2...v0.3.0) - 2026-04-01 ### Other diff --git a/Cargo.lock b/Cargo.lock index fbf18b5..21d9b4d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -511,7 +511,7 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "styrolite" -version = "0.3.0" +version = "0.3.1" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 8f2c903..d17a4b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "styrolite" description = "Lightweight, programmatic sandboxing tool" license = "Apache-2.0" -version = "0.3.0" +version = "0.3.1" homepage = "https://github.com/edera-dev/styrolite" repository = "https://github.com/edera-dev/styrolite" edition = "2024"