Skip to content

Commit

Permalink
release(wadm): v0.16.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 Oct 4, 2024
1 parent 12880bf commit 980d8ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 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.15.0"
version = "0.16.0"

[features]
default = []
Expand Down Expand Up @@ -83,7 +83,7 @@ tracing-subscriber = { version = "0.3.7", features = ["env-filter", "json"] }
ulid = { version = "1", features = ["serde"] }
utoipa = "4"
uuid = "1"
wadm = { version = "0.15.0", path = "./crates/wadm" }
wadm = { version = "0.16.0", path = "./crates/wadm" }
wadm-client = { version = "0.5.0", path = "./crates/wadm-client" }
wadm-types = { version = "0.5.0", path = "./crates/wadm-types" }
wasmcloud-control-interface = { version = "2.2.0" }
Expand Down

0 comments on commit 980d8ef

Please sign in to comment.