From 26ac975be8924458d394b4cb5631f53e426d1e49 Mon Sep 17 00:00:00 2001 From: "edera-cultivation[bot]" <165992271+edera-cultivation[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 22:33:00 +0000 Subject: [PATCH] chore: release v0.4.2 --- CHANGELOG.md | 11 +++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b6c95e..f774444 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.2](https://github.com/edera-dev/styrolite/compare/v0.4.1...v0.4.2) - 2026-07-31 + +### Fixed + +- *(deps)* turn off logger regex + +### Other + +- *(deps)* bump the cargo-updates group across 1 directory with 6 updates +- Merge pull request #174 from bleggett/bleggett/disable-regex-logger + ## [0.4.1](https://github.com/edera-dev/styrolite/compare/v0.4.0...v0.4.1) - 2026-07-17 ### Added diff --git a/Cargo.lock b/Cargo.lock index 17b757c..c6d2d8f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -483,7 +483,7 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "styrolite" -version = "0.4.1" +version = "0.4.2" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index d3ec893..8c3c8ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "styrolite" description = "Lightweight, programmatic sandboxing tool" license = "Apache-2.0" -version = "0.4.1" +version = "0.4.2" homepage = "https://github.com/edera-dev/styrolite" repository = "https://github.com/edera-dev/styrolite" edition = "2024"