Skip to content

Commit

Permalink
release(wadm): 0.18, types and client 0.7
Browse files Browse the repository at this point in the history
Signed-off-by: Brooks Townsend <brooksmtownsend@gmail.com>
  • Loading branch information
brooksmtownsend committed Oct 22, 2024
1 parent 9ac409a commit 6f29e72
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 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 @@ -10,7 +10,7 @@ readme = "README.md"
repository = "https://github.com/wasmcloud/wadm"

[workspace.package]
version = "0.18.0-rc.1"
version = "0.18.0"

[features]
default = []
Expand Down Expand Up @@ -84,8 +84,8 @@ tracing-subscriber = { version = "0.3.7", features = ["env-filter", "json"] }
ulid = { version = "1", features = ["serde"] }
utoipa = "5"
uuid = "1"
wadm = { version = "0.18.0-rc.1", path = "./crates/wadm" }
wadm-client = { version = "0.6.1", path = "./crates/wadm-client" }
wadm = { version = "0.18.0", path = "./crates/wadm" }
wadm-client = { version = "0.7.0", path = "./crates/wadm-client" }
wadm-types = { version = "0.7.0", path = "./crates/wadm-types" }
wasmcloud-control-interface = { version = "2.2.0" }
wasmcloud-secrets-types = "0.2.0"
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.6.1"
version = "0.7.0"
edition = "2021"
authors = ["wasmCloud Team"]
keywords = ["webassembly", "wasmcloud", "wadm"]
Expand Down

0 comments on commit 6f29e72

Please sign in to comment.