From 97d758b17e899d36fb432ce758f0d17270dc4e06 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 01:10:42 +0000 Subject: [PATCH] chore(main): release 0.4.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0ee8c01..2537c1f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.0" + ".": "0.4.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bdfc56..0d80e95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.4.0](https://github.com/boneskull/gh-stack/compare/v0.3.0...v0.4.0) (2026-02-12) + + +### Features + +* add ANSI color output following GitHub CLI conventions ([#30](https://github.com/boneskull/gh-stack/issues/30)) ([dbfe73f](https://github.com/boneskull/gh-stack/commit/dbfe73f9f1f7bcec47ee6b96b84f45e9534889b7)) +* rename cascade command to restack, keep cascade as alias ([#32](https://github.com/boneskull/gh-stack/issues/32)) ([3d3f524](https://github.com/boneskull/gh-stack/commit/3d3f524f4118f25859415b9d32a7bdfeda8e64ff)) +* **submit:** unwrap hard line breaks in generated PR descriptions ([#34](https://github.com/boneskull/gh-stack/issues/34)) ([15edb71](https://github.com/boneskull/gh-stack/commit/15edb719a28cae70d91f50c6089f92f667a8cf97)) + + +### Bug Fixes + +* **github:** make PR comment heading less obtuse ([f23002e](https://github.com/boneskull/gh-stack/commit/f23002e1929c61286c72ffcc9546589d46f86c77)) + ## [0.3.0](https://github.com/boneskull/gh-stack/compare/v0.2.0...v0.3.0) (2026-02-04)