3 Commits

Author SHA1 Message Date
e4270094c1 Release churn-agent v0.1.0 2023-08-27 00:23:11 +02:00
cbc93bc33f Release churn v0.1.0 2023-08-27 00:22:26 +02:00
d5212f0e29 Release churn v0.1.0 2023-08-27 00:21:34 +02:00
3 changed files with 7 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ publish = true
churn = { path = "crates/churn" }
churn-agent = { path = "crates/churn-agent" }
churn-server = { path = "crates/churn-server" }
churn-domain = { path = "crates/churn-domain" }
churn-domain = { path = "crates/churn-domain", version = "0.1.0" }
anyhow = { version = "1.0.71" }
tokio = { version = "1", features = ["full"] }

View File

@@ -3,7 +3,7 @@ name = "churn-agent"
description.workspace = true
authors.workspace = true
license-file.workspace = true
version.workspace = true
version= "0.1.0"
edition.workspace = true
publish.workspace = true

View File

@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## v0.1.0 (2023-08-26)
<csr-id-1ae70ac5258ae9f8f5471923fefd3e8ab02f46c1/>
### Chore
- <csr-id-1ae70ac5258ae9f8f5471923fefd3e8ab02f46c1/> with changelog
@@ -25,7 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<csr-read-only-do-not-edit/>
- 9 commits contributed to the release over the course of 2 calendar days.
- 11 commits contributed to the release over the course of 2 calendar days.
- 8 commits were understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages
@@ -36,6 +38,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<details><summary>view details</summary>
* **Uncategorized**
- Release churn v0.1.0 (d5212f0)
- Release churn-domain v0.1.0, churn v0.1.0 (e4e05bc)
- With changelog (1ae70ac)
- Release churn-domain v0.1.0, churn v0.1.0 (34bc81e)
- With basic package (8f8c5fd)