diff --git a/CHANGELOG.md b/CHANGELOG.md index 72bc86b..9daf12f 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.4](https://github.com/edera-dev/styrolite/compare/v0.3.3...v0.3.4) - 2026-06-16 + +### Other + +- Merge pull request #150 from bleggett/bleggett/fix-cargo-make-cachemiss + ## [0.3.3](https://github.com/edera-dev/styrolite/compare/v0.3.2...v0.3.3) - 2026-06-16 ### Other diff --git a/Cargo.lock b/Cargo.lock index 54fa3dc..a3f3fe8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -487,7 +487,7 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "styrolite" -version = "0.3.3" +version = "0.3.4" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index d221f97..708ce19 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.3" +version = "0.3.4" homepage = "https://github.com/edera-dev/styrolite" repository = "https://github.com/edera-dev/styrolite" edition = "2024"