Skip to content

Commit 4243efd

Browse files
release(*): bump versions
Signed-off-by: Brooks Townsend <brooksmtownsend@gmail.com>
1 parent 40d8b50 commit 4243efd

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 4 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"
13+
version = "0.19.0"
1414

1515
[features]
1616
default = []
@@ -83,9 +83,9 @@ tracing-subscriber = { version = "0.3.7", features = ["env-filter", "json"] }
8383
ulid = { version = "1", features = ["serde"] }
8484
utoipa = "5"
8585
uuid = "1"
86-
wadm = { version = "0.18.0", path = "./crates/wadm" }
87-
wadm-client = { version = "0.7.1", path = "./crates/wadm-client" }
88-
wadm-types = { version = "0.7.1", path = "./crates/wadm-types" }
86+
wadm = { version = "0.19.0", path = "./crates/wadm" }
87+
wadm-client = { version = "0.8.0", path = "./crates/wadm-client" }
88+
wadm-types = { version = "0.8.0", path = "./crates/wadm-types" }
8989
wasmcloud-control-interface = { version = "2.2.0" }
9090
wasmcloud-secrets-types = "0.5.0"
9191
wit-bindgen-wrpc = { version = "0.9", default-features = false }

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.7.2"
4+
version = "0.8.0"
55
edition = "2021"
66
authors = ["wasmCloud Team"]
77
keywords = ["webassembly", "wasmcloud", "wadm"]

crates/wadm-types/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-types"
33
description = "Types and validators for the wadm API"
4-
version = "0.7.2"
4+
version = "0.8.0"
55
edition = "2021"
66
authors = ["wasmCloud Team"]
77
keywords = ["webassembly", "wasmcloud", "wadm"]

0 commit comments

Comments
 (0)