From 5d378ef143b4666267d1e1ceba878a2fb1050b06 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 23:11:29 +0000 Subject: [PATCH] chore(main): release 0.3.2 --- .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 816df2d..0477999 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.1" + ".": "0.3.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index efc119f..2ce7ee5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.2](https://github.com/macarchy/macarchy-install/compare/v0.3.1...v0.3.2) (2026-09-04) + + +### Bug Fixes + +* **install:** make the failure notifier reachable from the first failure ([#12](https://github.com/macarchy/macarchy-install/issues/12)) ([#13](https://github.com/macarchy/macarchy-install/issues/13)) ([10fe03f](https://github.com/macarchy/macarchy-install/commit/10fe03f24dc6e61ff36ef591234115bee764c88c)) + ## [0.3.1](https://github.com/macarchy/macarchy-install/compare/v0.3.0...v0.3.1) (2026-09-04)