Skip to content

Commit a23fee5

Browse files
chore(main): release 0.3.4
1 parent 8173ba2 commit a23fee5

5 files changed

Lines changed: 18 additions & 5 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.3.3"
2+
".": "0.3.4"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.3.4](https://github.com/dstoc/cladding/compare/v0.3.3...v0.3.4) (2026-09-12)
4+
5+
6+
### Features
7+
8+
* allow choosing expose bind address ([18ba7f4](https://github.com/dstoc/cladding/commit/18ba7f48cb05e33c3802076b20715bc11e0cb96f))
9+
10+
11+
### Bug Fixes
12+
13+
* detect incomplete runtime before cladding up ([f290b5d](https://github.com/dstoc/cladding/commit/f290b5dc85e1c25189cf78cab245e34df70195f7))
14+
* satisfy clippy question-mark lint ([8173ba2](https://github.com/dstoc/cladding/commit/8173ba2c584a991bc2b917e653b2580df231f1cd))
15+
316
## [0.3.3](https://github.com/dstoc/cladding/compare/v0.3.2...v0.3.3) (2026-06-20)
417

518

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cladding"
3-
version = "0.3.3"
3+
version = "0.3.4"
44
edition = "2024"
55
build = "build.rs"
66

crates/mcp-run/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mcp-run"
3-
version = "0.3.3"
3+
version = "0.3.4"
44
edition = "2024"
55

66
[dependencies]

0 commit comments

Comments
 (0)