From cbc93bc33f95612c68446e50df8c2d6f732c011f Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sun, 27 Aug 2023 00:22:26 +0200 Subject: [PATCH] Release churn v0.1.0 --- Cargo.toml | 2 +- crates/churn/CHANGELOG.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index bdb8e13..fc4eae6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] } diff --git a/crates/churn/CHANGELOG.md b/crates/churn/CHANGELOG.md index 29cfc93..55e42f0 100644 --- a/crates/churn/CHANGELOG.md +++ b/crates/churn/CHANGELOG.md @@ -27,7 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - - 10 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 @@ -38,6 +38,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details * **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)