diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0ee8c01..0477999 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.0" + ".": "0.3.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5228a0a..8b2785a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.3.2](https://github.com/dstoc/cladding/compare/v0.3.0...v0.3.2) (2026-06-20) + + +### Features + +* **container:** update node base, pi, remove gemini-cli ([642e610](https://github.com/dstoc/cladding/commit/642e6107320927370539bb96a681718d5cd24a94)) + + +### Miscellaneous Chores + +* force release 0.3.1 ([c0bbefe](https://github.com/dstoc/cladding/commit/c0bbefea51f5eb05b86ea1a79e5b0a3d96ff8068)) +* force release 0.3.2 ([cef2b57](https://github.com/dstoc/cladding/commit/cef2b577a99977fd1b7e97853e804534f1925a34)) + ## [0.3.0](https://github.com/dstoc/cladding/compare/v0.2.2...v0.3.0) (2026-06-19) diff --git a/Cargo.lock b/Cargo.lock index 026b826..bc143cb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -334,7 +334,7 @@ dependencies = [ [[package]] name = "cladding" -version = "0.3.0" +version = "0.3.2" dependencies = [ "anyhow", "clap", @@ -1267,7 +1267,7 @@ checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3" [[package]] name = "mcp-run" -version = "0.1.0" +version = "0.3.2" dependencies = [ "axum", "base64", diff --git a/Cargo.toml b/Cargo.toml index b6b5d01..ee20295 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cladding" -version = "0.3.0" +version = "0.3.2" edition = "2024" build = "build.rs" diff --git a/crates/mcp-run/Cargo.toml b/crates/mcp-run/Cargo.toml index aa8fcd0..1c77928 100644 --- a/crates/mcp-run/Cargo.toml +++ b/crates/mcp-run/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mcp-run" -version = "0.1.0" +version = "0.3.2" edition = "2024" [dependencies]