Skip to content

Commit

Permalink
release(wadm): v0.14.0
Browse files Browse the repository at this point in the history
Signed-off-by: Brooks Townsend <brooksmtownsend@gmail.com>
  • Loading branch information
brooksmtownsend committed Aug 20, 2024
1 parent e339b6c commit 524579a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "wadm-cli"
description = "wasmCloud Application Deployment Manager: A tool for running Wasm applications in wasmCloud"
version = "0.13.1"
version = "0.14.0"
edition = "2021"
authors = ["wasmCloud Team"]
keywords = ["webassembly", "wasmcloud", "wadm"]
Expand Down Expand Up @@ -80,9 +80,9 @@ tracing-subscriber = { version = "0.3.7", features = ["env-filter", "json"] }
ulid = { version = "1", features = ["serde"] }
utoipa = "4"
uuid = "1"
wadm = { version = "0.13.0", path = "./crates/wadm" }
wadm-client = { version = "0.2.0", path = "./crates/wadm-client" }
wadm-types = { version = "0.2.0", path = "./crates/wadm-types" }
wadm = { version = "0.14.0", path = "./crates/wadm" }
wadm-client = { version = "0.3.0", path = "./crates/wadm-client" }
wadm-types = { version = "0.3.0", path = "./crates/wadm-types" }
wasmcloud-control-interface = "1.0.0"
wasmcloud-secrets-types = "0.2.0"
wit-bindgen-wrpc = { version = "0.3.7", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion crates/wadm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "wadm"
description = "wasmCloud Application Deployment Manager: A tool for running Wasm applications in wasmCloud"
version = "0.13.1"
version = "0.14.0"
edition = "2021"
authors = ["wasmCloud Team"]
keywords = ["webassembly", "wasmcloud", "wadm"]
Expand Down

0 comments on commit 524579a

Please sign in to comment.