diff --git a/CHANGELOG.md b/CHANGELOG.md index f30be30..72bc86b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.3](https://github.com/edera-dev/styrolite/compare/v0.3.2...v0.3.3) - 2026-06-16 + +### Other + +- Properly handle /dev/console ownership on CreateRequest if UID is set +- Add microsecond precision to logged timestamps + ## [0.3.2](https://github.com/edera-dev/styrolite/compare/v0.3.1...v0.3.2) - 2026-05-11 ### Other diff --git a/Cargo.lock b/Cargo.lock index ed57713..54fa3dc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -487,7 +487,7 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "styrolite" -version = "0.3.2" +version = "0.3.3" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index e0adf1f..d221f97 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.2" +version = "0.3.3" homepage = "https://github.com/edera-dev/styrolite" repository = "https://github.com/edera-dev/styrolite" edition = "2024"