diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 18cac80..fd1c548 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.4" + ".": "0.3.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 65dd4a7..275a330 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.5](https://github.com/dstoc/cladding/compare/v0.3.4...v0.3.5) (2026-09-12) + + +### Features + +* fallback to container home for unmappable cwd ([b104204](https://github.com/dstoc/cladding/commit/b1042043eb657c2f298f281520e6f9c7b31d0423)) + ## [0.3.4](https://github.com/dstoc/cladding/compare/v0.3.3...v0.3.4) (2026-09-12) diff --git a/Cargo.lock b/Cargo.lock index 77e0cbf..e57d5ca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -334,7 +334,7 @@ dependencies = [ [[package]] name = "cladding" -version = "0.3.4" +version = "0.3.5" dependencies = [ "anyhow", "clap", @@ -1287,7 +1287,7 @@ checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3" [[package]] name = "mcp-run" -version = "0.3.4" +version = "0.3.5" dependencies = [ "axum", "base64", diff --git a/Cargo.toml b/Cargo.toml index b772357..8ae7f0b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cladding" -version = "0.3.4" +version = "0.3.5" edition = "2024" build = "build.rs" diff --git a/crates/mcp-run/Cargo.toml b/crates/mcp-run/Cargo.toml index d82a667..04c6548 100644 --- a/crates/mcp-run/Cargo.toml +++ b/crates/mcp-run/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mcp-run" -version = "0.3.4" +version = "0.3.5" edition = "2024" [dependencies]