@@ -5,12 +5,54 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
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
+
8
36
## v0.33.0 (2024-09-18)
9
37
38
+ <csr-id-e18efc72cc56ae5ce5f929eb17660a0d211c0e06 />
39
+ <csr-id-1af6e05f1a47be4e62a4c21d1704aff2e09bef89 />
40
+ <csr-id-9ac2e29babcaa3e9789c42d05d9d3ad4ccd5fcc7 />
41
+ <csr-id-c65d9cab4cc8917eedcad1672812bafad0311ee0 />
42
+ <csr-id-2ee92718a7d4dcef9a31cca42761672b2b69c5dd />
43
+
10
44
### Chore
11
45
12
46
- <csr-id-e18efc72cc56ae5ce5f929eb17660a0d211c0e06 /> note wash-cli move to wash
13
47
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
+
14
56
### New Features
15
57
16
58
- <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
72
114
73
115
<csr-read-only-do-not-edit />
74
116
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.
76
118
- 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 ) .
78
120
- 0 issues like '(#ID)' were seen in commit messages
79
121
80
122
### Commit Details
@@ -84,6 +126,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
84
126
<details ><summary >view details</summary >
85
127
86
128
* ** 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 ) )
87
131
- Bump wasmcloud-core v0.10.0, safety bump 5 crates ([ ` 1af6e05 ` ] ( https://github.com/wasmCloud/wasmCloud/commit/1af6e05f1a47be4e62a4c21d1704aff2e09bef89 ) )
88
132
- Enable wash dev for providers ([ ` 029e2b8 ` ] ( https://github.com/wasmCloud/wasmCloud/commit/029e2b859ed864707a6780acb3bb08f6b166d288 ) )
89
133
- 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
103
147
104
148
## v0.32.1 (2024-09-05)
105
149
150
+ <csr-id-2ab6c9a1aa42e79e6ee20d6598a6f97b856af57e />
151
+
106
152
### New Features
107
153
108
154
- <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
152
198
## v0.32.0 (2024-08-29)
153
199
154
200
<csr-id-e0d4c09ba7c1176f76a994f32f4c1e3147a3e59b />
201
+ <csr-id-7448729a1927e4ea48738bbf153533dd60ba2ad1 />
155
202
156
203
### Chore
157
204
@@ -493,9 +540,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
493
540
- Replace actor by component ([ ` a886882 ` ] ( https://github.com/wasmCloud/wasmCloud/commit/a886882ae688dc4955c0d74188388f178f3b13dd ) )
494
541
</details >
495
542
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.salunkh 919@gmail.com <csr-unknown />
498
-
499
543
## v0.29.2 (2024-06-17)
500
544
501
545
<csr-id-4100f5841caa80e23db787380e3e64748016e928 />
0 commit comments