Skip to content

Commit 95f7787

Browse files
chore(release): Release thread-flow v0.1.0, thread-rule-engine v0.1.0, thread v0.1.0
1 parent ad48732 commit 95f7787

File tree

3 files changed

+26
-6
lines changed

3 files changed

+26
-6
lines changed

crates/flow/CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
<csr-id-659510d42574fe2efe5639bb749d9f29445e7d88/>
1212
<csr-id-f9c25705eba3262b41e538a4db64e8d8e1ea4185/>
1313
<csr-id-aac8239716f1a57806c308f0e44e41289e6cc9d0/>
14+
<csr-id-36bde537ea20079f4923856b149efa99b9957063/>
1415

1516
### New Features
1617

@@ -243,6 +244,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
243244

244245
* Add comprehensive tests for hash_help module
245246

247+
### Chore
248+
249+
- <csr-id-b97b45c95ff854b4bf159bd03ce1e3ff4de74d41/> Release thread-services v0.1.0, thread-flow v0.1.0, thread-rule-engine v0.1.0, thread v0.1.0
250+
246251
### Chore
247252

248253
- <csr-id-36bde537ea20079f4923856b149efa99b9957063/> Release thread-ast-engine v0.1.0, thread-language v0.1.0, thread-services v0.1.0, thread-flow v0.1.0, thread-rule-engine v0.1.0, thread v0.1.0
@@ -255,6 +260,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
255260
thread-ast-engine as a regular dependency. This circular publish
256261
dependency caused cargo to abort when publishing thread-ast-engine
257262
(it searched crates.io for thread-language, which wasn't yet published).
263+
- <csr-id-ad487324231dd072843972b9d341baae921be248/> Removed asterix dev dependencies
258264

259265
### Chore
260266

@@ -271,8 +277,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
271277

272278
<csr-read-only-do-not-edit/>
273279

274-
- 7 commits contributed to the release over the course of 30 calendar days.
275-
- 7 commits were understood as [conventional](https://www.conventionalcommits.org).
280+
- 9 commits contributed to the release over the course of 30 calendar days.
281+
- 9 commits were understood as [conventional](https://www.conventionalcommits.org).
276282
- 2 unique issues were worked on: [#48](https://github.com/knitli/thread/issues/48), [#75](https://github.com/knitli/thread/issues/75)
277283

278284
### Commit Details
@@ -286,6 +292,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
286292
* **[#75](https://github.com/knitli/thread/issues/75)**
287293
- Implement main thread crate to unify crate exposure ([`eead51d`](https://github.com/knitli/thread/commit/eead51dcb62ee0b6fe99856ce40ef929df1c7d41))
288294
* **Uncategorized**
295+
- Removed asterix dev dependencies ([`ad48732`](https://github.com/knitli/thread/commit/ad487324231dd072843972b9d341baae921be248))
296+
- Release thread-services v0.1.0, thread-flow v0.1.0, thread-rule-engine v0.1.0, thread v0.1.0 ([`b97b45c`](https://github.com/knitli/thread/commit/b97b45c95ff854b4bf159bd03ce1e3ff4de74d41))
289297
- Release thread-ast-engine v0.1.0, thread-language v0.1.0, thread-services v0.1.0, thread-flow v0.1.0, thread-rule-engine v0.1.0, thread v0.1.0 ([`36bde53`](https://github.com/knitli/thread/commit/36bde537ea20079f4923856b149efa99b9957063))
290298
- Break circular dev-dependency between ast-engine and language ([`b1bd3d4`](https://github.com/knitli/thread/commit/b1bd3d4053fdb978e3db6582dbf487c76e119b62))
291299
- Release thread-utilities v0.1.3, thread-ast-engine v0.1.0, thread-language v0.1.0, thread-services v0.1.0, thread-flow v0.1.0, thread-rule-engine v0.1.0, thread v0.1.0 ([`aac8239`](https://github.com/knitli/thread/commit/aac8239716f1a57806c308f0e44e41289e6cc9d0))

crates/rule-engine/CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
<csr-id-659510d42574fe2efe5639bb749d9f29445e7d88/>
1212
<csr-id-f9c25705eba3262b41e538a4db64e8d8e1ea4185/>
1313
<csr-id-aac8239716f1a57806c308f0e44e41289e6cc9d0/>
14+
<csr-id-36bde537ea20079f4923856b149efa99b9957063/>
1415

1516
### New Features
1617

@@ -250,6 +251,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
250251

251252
* Add comprehensive tests for hash_help module
252253

254+
### Chore
255+
256+
- <csr-id-b97b45c95ff854b4bf159bd03ce1e3ff4de74d41/> Release thread-services v0.1.0, thread-flow v0.1.0, thread-rule-engine v0.1.0, thread v0.1.0
257+
253258
### Chore
254259

255260
- <csr-id-36bde537ea20079f4923856b149efa99b9957063/> Release thread-ast-engine v0.1.0, thread-language v0.1.0, thread-services v0.1.0, thread-flow v0.1.0, thread-rule-engine v0.1.0, thread v0.1.0
@@ -269,8 +274,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
269274

270275
<csr-read-only-do-not-edit/>
271276

272-
- 21 commits contributed to the release.
273-
- 9 commits were understood as [conventional](https://www.conventionalcommits.org).
277+
- 22 commits contributed to the release.
278+
- 10 commits were understood as [conventional](https://www.conventionalcommits.org).
274279
- 3 unique issues were worked on: [#45](https://github.com/knitli/thread/issues/45), [#48](https://github.com/knitli/thread/issues/48), [#75](https://github.com/knitli/thread/issues/75)
275280

276281
### Commit Details
@@ -286,6 +291,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
286291
* **[#75](https://github.com/knitli/thread/issues/75)**
287292
- Implement main thread crate to unify crate exposure ([`eead51d`](https://github.com/knitli/thread/commit/eead51dcb62ee0b6fe99856ce40ef929df1c7d41))
288293
* **Uncategorized**
294+
- Release thread-services v0.1.0, thread-flow v0.1.0, thread-rule-engine v0.1.0, thread v0.1.0 ([`b97b45c`](https://github.com/knitli/thread/commit/b97b45c95ff854b4bf159bd03ce1e3ff4de74d41))
289295
- Release thread-ast-engine v0.1.0, thread-language v0.1.0, thread-services v0.1.0, thread-flow v0.1.0, thread-rule-engine v0.1.0, thread v0.1.0 ([`36bde53`](https://github.com/knitli/thread/commit/36bde537ea20079f4923856b149efa99b9957063))
290296
- Release thread-utilities v0.1.3, thread-ast-engine v0.1.0, thread-language v0.1.0, thread-services v0.1.0, thread-flow v0.1.0, thread-rule-engine v0.1.0, thread v0.1.0 ([`aac8239`](https://github.com/knitli/thread/commit/aac8239716f1a57806c308f0e44e41289e6cc9d0))
291297
- Rename thread-utils to thread-utilities across the codebase. Crates.io namespace conflict required the rename. ([`659510d`](https://github.com/knitli/thread/commit/659510d42574fe2efe5639bb749d9f29445e7d88))

crates/thread/CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
<csr-id-659510d42574fe2efe5639bb749d9f29445e7d88/>
1111
<csr-id-aac8239716f1a57806c308f0e44e41289e6cc9d0/>
12+
<csr-id-36bde537ea20079f4923856b149efa99b9957063/>
1213

1314
### New Features
1415

@@ -214,6 +215,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
214215
- Updated all occurrences of `thread_utils` to `thread_utilities` in source files, tests, and documentation.
215216
- Adjusted Cargo.toml files to reflect the new crate name.
216217

218+
### Chore
219+
220+
- <csr-id-b97b45c95ff854b4bf159bd03ce1e3ff4de74d41/> Release thread-services v0.1.0, thread-flow v0.1.0, thread-rule-engine v0.1.0, thread v0.1.0
221+
217222
### Chore
218223

219224
- <csr-id-36bde537ea20079f4923856b149efa99b9957063/> Release thread-ast-engine v0.1.0, thread-language v0.1.0, thread-services v0.1.0, thread-flow v0.1.0, thread-rule-engine v0.1.0, thread v0.1.0
@@ -226,8 +231,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
226231

227232
<csr-read-only-do-not-edit/>
228233

229-
- 4 commits contributed to the release over the course of 1 calendar day.
230-
- 4 commits were understood as [conventional](https://www.conventionalcommits.org).
234+
- 5 commits contributed to the release over the course of 1 calendar day.
235+
- 5 commits were understood as [conventional](https://www.conventionalcommits.org).
231236
- 1 unique issue was worked on: [#75](https://github.com/knitli/thread/issues/75)
232237

233238
### Commit Details
@@ -239,6 +244,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
239244
* **[#75](https://github.com/knitli/thread/issues/75)**
240245
- Implement main thread crate to unify crate exposure ([`eead51d`](https://github.com/knitli/thread/commit/eead51dcb62ee0b6fe99856ce40ef929df1c7d41))
241246
* **Uncategorized**
247+
- Release thread-services v0.1.0, thread-flow v0.1.0, thread-rule-engine v0.1.0, thread v0.1.0 ([`b97b45c`](https://github.com/knitli/thread/commit/b97b45c95ff854b4bf159bd03ce1e3ff4de74d41))
242248
- Release thread-ast-engine v0.1.0, thread-language v0.1.0, thread-services v0.1.0, thread-flow v0.1.0, thread-rule-engine v0.1.0, thread v0.1.0 ([`36bde53`](https://github.com/knitli/thread/commit/36bde537ea20079f4923856b149efa99b9957063))
243249
- Release thread-utilities v0.1.3, thread-ast-engine v0.1.0, thread-language v0.1.0, thread-services v0.1.0, thread-flow v0.1.0, thread-rule-engine v0.1.0, thread v0.1.0 ([`aac8239`](https://github.com/knitli/thread/commit/aac8239716f1a57806c308f0e44e41289e6cc9d0))
244250
- Rename thread-utils to thread-utilities across the codebase. Crates.io namespace conflict required the rename. ([`659510d`](https://github.com/knitli/thread/commit/659510d42574fe2efe5639bb749d9f29445e7d88))

0 commit comments

Comments
 (0)