From 6a92600b99c536f4c9f349d1c386fac5a7fa090e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 03:33:38 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 4 ++-- CHANGELOG.md | 13 +++++++++++++ Cargo.lock | 4 ++-- Cargo.toml | 2 +- crates/mcp-run/Cargo.lock | 2 +- crates/mcp-run/Cargo.toml | 2 +- 6 files changed, 20 insertions(+), 7 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c40a0a8..f6a35f3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "0.3.0", - "crates/mcp-run": "0.1.0" + ".": "0.3.2", + "crates/mcp-run": "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.lock b/crates/mcp-run/Cargo.lock index 8f4c5a6..95dccea 100644 --- a/crates/mcp-run/Cargo.lock +++ b/crates/mcp-run/Cargo.lock @@ -1132,7 +1132,7 @@ checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3" [[package]] name = "mcp-run" -version = "0.1.0" +version = "0.3.2" dependencies = [ "axum", "base64", 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]