From d05038ab5aae781875f502c8810f9aa1812c49d5 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sun, 27 Aug 2023 00:24:17 +0200 Subject: [PATCH] feat: with basic changelog Signed-off-by: kjuulh --- crates/churn-agent/CHANGELOG.md | 39 ++++++++++++++++++++++++++++ crates/churn-server/CHANGELOG.md | 44 ++++++++++++++++++++++++++++++++ 2 files changed, 83 insertions(+) create mode 100644 crates/churn-agent/CHANGELOG.md create mode 100644 crates/churn-server/CHANGELOG.md diff --git a/crates/churn-agent/CHANGELOG.md b/crates/churn-agent/CHANGELOG.md new file mode 100644 index 0000000..fa49d06 --- /dev/null +++ b/crates/churn-agent/CHANGELOG.md @@ -0,0 +1,39 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## v0.1.0 (2023-08-26) + +### New Features + + - with basic package + - with publish + - with monitor + - add initial churn + - add simple health check + +### Commit Statistics + + + + - 5 commits contributed to the release over the course of 2 calendar days. + - 5 commits were understood as [conventional](https://www.conventionalcommits.org). + - 0 issues like '(#ID)' were seen in commit messages + +### Commit Details + + + +
view details + + * **Uncategorized** + - With basic package (8f8c5fd) + - With publish (821e14f) + - With monitor (569f527) + - Add initial churn (97978df) + - Add simple health check (f61d0bb) +
+ diff --git a/crates/churn-server/CHANGELOG.md b/crates/churn-server/CHANGELOG.md new file mode 100644 index 0000000..f365573 --- /dev/null +++ b/crates/churn-server/CHANGELOG.md @@ -0,0 +1,44 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## v0.1.0 (2023-08-26) + +### New Features + + - with basic package + - with publish + - with monitoring + - with monitor + - with enroll + - add initial churn + - add simple health check + +### Commit Statistics + + + + - 8 commits contributed to the release over the course of 2 calendar days. + - 7 commits were understood as [conventional](https://www.conventionalcommits.org). + - 0 issues like '(#ID)' were seen in commit messages + +### Commit Details + + + +
view details + + * **Uncategorized** + - Release churn-domain v0.1.0, churn v0.1.0 (34bc81e) + - With basic package (8f8c5fd) + - With publish (821e14f) + - With monitoring (e0545c7) + - With monitor (569f527) + - With enroll (8c41e10) + - Add initial churn (97978df) + - Add simple health check (f61d0bb) +
+