Skip to content

Commit

Permalink
chore: patch all for release
Browse files Browse the repository at this point in the history
Signed-off-by: Brooks Townsend <[email protected]>
  • Loading branch information
brooksmtownsend committed Feb 11, 2025
1 parent bdf06dc commit ddb9125
Show file tree
Hide file tree
Showing 4 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.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repository = "https://github.com/wasmcloud/wadm"
default-run = "wadm"

[workspace.package]
version = "0.20.1"
version = "0.20.2"

[features]
default = []
Expand Down Expand Up @@ -84,8 +84,8 @@ ulid = { version = "1", features = ["serde"] }
utoipa = "5"
uuid = "1"
wadm = { version = "0.20.1", path = "./crates/wadm" }
wadm-client = { version = "0.8.1", path = "./crates/wadm-client" }
wadm-types = { version = "0.8.1", path = "./crates/wadm-types" }
wadm-client = { version = "0.8", path = "./crates/wadm-client" }
wadm-types = { version = "0.8", path = "./crates/wadm-types" }
wasmcloud-control-interface = { version = "2.3.0" }
wasmcloud-secrets-types = "0.5.0"
wit-bindgen-wrpc = { version = "0.9", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion crates/wadm-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "wadm-client"
description = "A client library for interacting with the wadm API"
version = "0.8.1"
version = "0.8.2"
edition = "2021"
authors = ["wasmCloud Team"]
keywords = ["webassembly", "wasmcloud", "wadm"]
Expand Down
2 changes: 1 addition & 1 deletion crates/wadm-types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "wadm-types"
description = "Types and validators for the wadm API"
version = "0.8.1"
version = "0.8.2"
edition = "2021"
authors = ["wasmCloud Team"]
keywords = ["webassembly", "wasmcloud", "wadm"]
Expand Down

0 comments on commit ddb9125

Please sign in to comment.