Skip to content

Commit 90efe31

Browse files
feat(wash): bump to v0.43.0 and update embedded wasmcloud to v1.9.0
This release bumps wash to v0.43.0 and updates the embedded wasmcloud version from v1.8.0 to v1.9.0. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> Signed-off-by: Brooks Townsend <brooks@cosmonic.com>
1 parent 416e3fe commit 90efe31

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/wash/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wash"
3-
version = "0.42.0"
3+
version = "0.43.0"
44
categories = ["wasm", "command-line-utilities"]
55
description = "wasmCloud Shell (wash) - CLI tool and library for wasmCloud development"
66
keywords = ["webassembly", "wasmcloud", "wash", "cli"]

crates/wash/src/lib/common.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ pub const WASHBOARD_VERSION: &str = "v0.7.1";
3636
pub const WASHBOARD_VERSION_T: Version = Version::new(0, 7, 1);
3737

3838
/// Version of wasmCloud host used by default for wash
39-
pub const WASMCLOUD_HOST_VERSION: &str = "v1.8.0";
40-
pub const WASMCLOUD_HOST_VERSION_T: Version = Version::new(1, 8, 0);
39+
pub const WASMCLOUD_HOST_VERSION: &str = "v1.9.0";
40+
pub const WASMCLOUD_HOST_VERSION_T: Version = Version::new(1, 9, 0);
4141

4242
/// Default path to the `git` command (assumes it exists on PATH)
4343
const DEFAULT_GIT_PATH: &str = "git";

0 commit comments

Comments
 (0)