From db3c22f352c07b3b73a6dfd4226f01bac42e8238 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 22:31:32 +0000 Subject: [PATCH] chore(main): release 0.4.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2537c1f..218393f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.0" + ".": "0.4.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ae855b1..98b572d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.1](https://github.com/macarchy/macarchy-core/compare/v0.4.0...v0.4.1) (2026-09-04) + + +### Bug Fixes + +* a deliberate no-op exits 0, not 1 ([#12](https://github.com/macarchy/macarchy-core/issues/12)) ([2099698](https://github.com/macarchy/macarchy-core/commit/2099698d0b3778c4197e4801304cc4bffda0e535)) + ## [0.4.0](https://github.com/macarchy/macarchy-core/compare/v0.3.0...v0.4.0) (2026-09-04)