Skip to content

Commit 84633c2

Browse files
release: wash-cli: 0.33.1
Signed-off-by: Victor Adossi <vadossi@cosmonic.com>
1 parent 4680de9 commit 84633c2

File tree

2 files changed

+50
-6
lines changed

2 files changed

+50
-6
lines changed

crates/wash-cli/CHANGELOG.md

Lines changed: 49 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,54 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## v0.34.0 (2024-09-19)
9+
10+
### Bug Fixes
11+
12+
- <csr-id-4680de9d2f1e3a2e672833ccac9c2356ef208145/> multiple generated dependencies collision in project
13+
This commit fixes a bug in the workspace-aware project dependency
14+
gathering that caused dependencies to override each other under the
15+
same project.
16+
17+
### Commit Statistics
18+
19+
<csr-read-only-do-not-edit/>
20+
21+
- 1 commit contributed to the release.
22+
- 1 day passed between releases.
23+
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
24+
- 0 issues like '(#ID)' were seen in commit messages
25+
26+
### Commit Details
27+
28+
<csr-read-only-do-not-edit/>
29+
30+
<details><summary>view details</summary>
31+
32+
* **Uncategorized**
33+
- Multiple generated dependencies collision in project ([`4680de9`](https://github.com/wasmCloud/wasmCloud/commit/4680de9d2f1e3a2e672833ccac9c2356ef208145))
34+
</details>
35+
836
## v0.33.0 (2024-09-18)
937

38+
<csr-id-e18efc72cc56ae5ce5f929eb17660a0d211c0e06/>
39+
<csr-id-1af6e05f1a47be4e62a4c21d1704aff2e09bef89/>
40+
<csr-id-9ac2e29babcaa3e9789c42d05d9d3ad4ccd5fcc7/>
41+
<csr-id-c65d9cab4cc8917eedcad1672812bafad0311ee0/>
42+
<csr-id-2ee92718a7d4dcef9a31cca42761672b2b69c5dd/>
43+
1044
### Chore
1145

1246
- <csr-id-e18efc72cc56ae5ce5f929eb17660a0d211c0e06/> note wash-cli move to wash
1347

48+
### Other
49+
50+
- <csr-id-1ff476dcd61675a81d747091a1a94f1a4cd5fedb/> tracing v0.8.0, provider-sdk v0.9.0, wash-cli v0.33.0
51+
52+
### Chore
53+
54+
- <csr-id-69039793fe275c35ebf647d52f117c0bbf3bf675/> Replace dirs dependency with home
55+
1456
### New Features
1557

1658
- <csr-id-029e2b859ed864707a6780acb3bb08f6b166d288/> enable wash dev for providers
@@ -72,9 +114,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
72114

73115
<csr-read-only-do-not-edit/>
74116

75-
- 15 commits contributed to the release over the course of 11 calendar days.
117+
- 17 commits contributed to the release over the course of 12 calendar days.
76118
- 13 days passed between releases.
77-
- 15 commits were understood as [conventional](https://www.conventionalcommits.org).
119+
- 17 commits were understood as [conventional](https://www.conventionalcommits.org).
78120
- 0 issues like '(#ID)' were seen in commit messages
79121

80122
### Commit Details
@@ -84,6 +126,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
84126
<details><summary>view details</summary>
85127

86128
* **Uncategorized**
129+
- Tracing v0.8.0, provider-sdk v0.9.0, wash-cli v0.33.0 ([`1ff476d`](https://github.com/wasmCloud/wasmCloud/commit/1ff476dcd61675a81d747091a1a94f1a4cd5fedb))
130+
- Replace dirs dependency with home ([`6903979`](https://github.com/wasmCloud/wasmCloud/commit/69039793fe275c35ebf647d52f117c0bbf3bf675))
87131
- Bump wasmcloud-core v0.10.0, safety bump 5 crates ([`1af6e05`](https://github.com/wasmCloud/wasmCloud/commit/1af6e05f1a47be4e62a4c21d1704aff2e09bef89))
88132
- Enable wash dev for providers ([`029e2b8`](https://github.com/wasmCloud/wasmCloud/commit/029e2b859ed864707a6780acb3bb08f6b166d288))
89133
- Boolean flag set incorrectly ([`5df02de`](https://github.com/wasmCloud/wasmCloud/commit/5df02de7b1051d4966e3e94e1ec679d6e5faa637))
@@ -103,6 +147,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
103147

104148
## v0.32.1 (2024-09-05)
105149

150+
<csr-id-2ab6c9a1aa42e79e6ee20d6598a6f97b856af57e/>
151+
106152
### New Features
107153

108154
- <csr-id-14810d1de464811d76e6a3527b5f159d105803f2/> add basic dependency detection by WIT iface usage
@@ -152,6 +198,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
152198
## v0.32.0 (2024-08-29)
153199

154200
<csr-id-e0d4c09ba7c1176f76a994f32f4c1e3147a3e59b/>
201+
<csr-id-7448729a1927e4ea48738bbf153533dd60ba2ad1/>
155202

156203
### Chore
157204

@@ -493,9 +540,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
493540
- Replace actor by component ([`a886882`](https://github.com/wasmCloud/wasmCloud/commit/a886882ae688dc4955c0d74188388f178f3b13dd))
494541
</details>
495542

496-
<csr-unknown>
497-
Add the --max-execution-time flag (alias: –max-time) to wasmcloud binary and wash up command, allowing for configuration of the max execution time for the Host runtime.Set Default to 10min and Time format to Milliseconds.Updated NATS server startup command to handle a configuration file (any file ending with .conf).Modified NATS startup function to dynamically build the command.Added requirements for the nats-config-file flag to specify the nats host and nats port.Signed-off-by: Aditya Salunkhe aditya.salunkh919@gmail.comaditya.salunkh919@gmail.com<csr-unknown/>
498-
499543
## v0.29.2 (2024-06-17)
500544

501545
<csr-id-4100f5841caa80e23db787380e3e64748016e928/>

crates/wash-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wash-cli"
3-
version = "0.33.0"
3+
version = "0.34.0"
44
categories = ["wasm", "command-line-utilities"]
55
description = "wasmCloud Shell (wash) CLI tool"
66
keywords = ["webassembly", "wasmcloud", "wash", "cli"]

0 commit comments

Comments
 (0)