From fd0e3c8e35115a5cde2dae830d65fe8c993a8472 Mon Sep 17 00:00:00 2001 From: "edera-cultivation[bot]" <165992271+edera-cultivation[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 17:00:21 +0000 Subject: [PATCH] chore: release v0.3.2 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b01b82..e9aa3f3 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.2](https://github.com/edera-dev/styrolite/compare/v0.3.1...v0.3.2) - 2026-04-13 + +### Other + +- Merge pull request #123 from bleggett/bleggett/attach-setter + ## [0.3.1](https://github.com/edera-dev/styrolite/compare/v0.3.0...v0.3.1) - 2026-04-07 ### Other diff --git a/Cargo.lock b/Cargo.lock index 21d9b4d..391e380 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -511,7 +511,7 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "styrolite" -version = "0.3.1" +version = "0.3.2" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index d17a4b1..ef98e35 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.1" +version = "0.3.2" homepage = "https://github.com/edera-dev/styrolite" repository = "https://github.com/edera-dev/styrolite" edition = "2024"