From 7b77457e6e7876f1ce462eb9e4eef64b25551fa8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 14 Feb 2026 00:58:16 +0000 Subject: [PATCH] chore(main): release 0.4.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ 2 files changed, 10 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 0d80e95..3d94677 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.4.1](https://github.com/boneskull/gh-stack/compare/v0.4.0...v0.4.1) (2026-02-14) + + +### Bug Fixes + +* **github:** omit local-only branches from PR stack comments ([#37](https://github.com/boneskull/gh-stack/issues/37)) ([f4afa45](https://github.com/boneskull/gh-stack/commit/f4afa455cfa51f4f8ac2cd4433a448730a8f19ac)) +* **github:** scope PR stack comment to current stack only ([#36](https://github.com/boneskull/gh-stack/issues/36)) ([c31fa5c](https://github.com/boneskull/gh-stack/commit/c31fa5cc30f45a96a58f55fc7ff19b8e6d18941e)) +* suppress help output on runtime errors ([#41](https://github.com/boneskull/gh-stack/issues/41)) ([07f807b](https://github.com/boneskull/gh-stack/commit/07f807b5c1a94b198717c8ec51726eb54c2e094a)), closes [#35](https://github.com/boneskull/gh-stack/issues/35) + ## [0.4.0](https://github.com/boneskull/gh-stack/compare/v0.3.0...v0.4.0) (2026-02-12)