Skip to content

Commit 6f29e72

Browse files
release(wadm): 0.18, types and client 0.7
Signed-off-by: Brooks Townsend <brooksmtownsend@gmail.com>
1 parent 9ac409a commit 6f29e72

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ readme = "README.md"
1010
repository = "https://github.com/wasmcloud/wadm"
1111

1212
[workspace.package]
13-
version = "0.18.0-rc.1"
13+
version = "0.18.0"
1414

1515
[features]
1616
default = []
@@ -84,8 +84,8 @@ tracing-subscriber = { version = "0.3.7", features = ["env-filter", "json"] }
8484
ulid = { version = "1", features = ["serde"] }
8585
utoipa = "5"
8686
uuid = "1"
87-
wadm = { version = "0.18.0-rc.1", path = "./crates/wadm" }
88-
wadm-client = { version = "0.6.1", path = "./crates/wadm-client" }
87+
wadm = { version = "0.18.0", path = "./crates/wadm" }
88+
wadm-client = { version = "0.7.0", path = "./crates/wadm-client" }
8989
wadm-types = { version = "0.7.0", path = "./crates/wadm-types" }
9090
wasmcloud-control-interface = { version = "2.2.0" }
9191
wasmcloud-secrets-types = "0.2.0"

crates/wadm-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "wadm-client"
33
description = "A client library for interacting with the wadm API"
4-
version = "0.6.1"
4+
version = "0.7.0"
55
edition = "2021"
66
authors = ["wasmCloud Team"]
77
keywords = ["webassembly", "wasmcloud", "wadm"]

0 commit comments

Comments
 (0)