Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
Merge pull request #686 from connorsmith256/release/v0.19.0
Browse files Browse the repository at this point in the history
release(wash): v0.19.0
  • Loading branch information
connorsmith256 authored Jul 21, 2023
2 parents bf9bcd1 + 028627c commit 3fe9572
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
@@ -1,6 +1,6 @@
[package]
name = "wash-cli"
version = "0.18.1"
version = "0.19.0"
authors = ["wasmCloud Team"]
categories = ["wasm", "command-line-utilities"]
description = "wasmcloud Shell (wash) CLI tool"
Expand Down Expand Up @@ -146,7 +146,7 @@ toml = "0.7.6"
wadm = "0.4.1"
walkdir = "2.3"
wascap = "0.11.0"
wash-lib = { version = "0.9.0", path = "./crates/wash-lib" }
wash-lib = { version = "0.9", path = "./crates/wash-lib" }
wasmbus-rpc = "0.14.0"
wasmcloud-component-adapters = { version = "0.1.0" }
wasmcloud-control-interface = "0.27"
Expand Down

0 comments on commit 3fe9572

Please sign in to comment.