From 4c74786e20684151ca6870d7b8622e3561cf2d71 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:53:42 +0000 Subject: [PATCH] chore(main): release 0.3.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 0ee8c01..816df2d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.0" + ".": "0.3.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4908287..efc119f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.1](https://github.com/macarchy/macarchy-install/compare/v0.3.0...v0.3.1) (2026-09-04) + + +### Bug Fixes + +* **ci:** make the clean-machine failures diagnosable, then green ([#9](https://github.com/macarchy/macarchy-install/issues/9)) ([#10](https://github.com/macarchy/macarchy-install/issues/10)) ([acfd259](https://github.com/macarchy/macarchy-install/commit/acfd259a07875a42284a1cc54f3f0f1d8a9d963e)) + ## [0.3.0](https://github.com/macarchy/macarchy-install/compare/v0.2.0...v0.3.0) (2026-09-04)