From c7bffb74874bb47a14cdcca44365aa1b2505e52c Mon Sep 17 00:00:00 2001 From: "gha-automation-personal[bot]" <190602602+gha-automation-personal[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 22:21:09 +1100 Subject: [PATCH] Release version `0.4.0` (#124) Co-authored-by: gha-automation-personal[bot] <190602602+gha-automation-personal[bot]@users.noreply.github.com> --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e76094a..b0b9706 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +# v0.4.0 (Tue Dec 10 2024) + +#### 🚀 New Feature + +- Add support for creating pull requests as drafts [#131](https://github.com/geofflamrock/stack/pull/131) ([@geofflamrock](https://github.com/geofflamrock)) +- Use pull request template if one exists [#130](https://github.com/geofflamrock/stack/pull/130) ([@geofflamrock](https://github.com/geofflamrock)) +- Improve pull request creation [#123](https://github.com/geofflamrock/stack/pull/123) ([@geofflamrock](https://github.com/geofflamrock)) + +#### 🐛 Bug Fix + +- Fixes issue where `status --all` would return stacks from wrong repository [#126](https://github.com/geofflamrock/stack/pull/126) ([@geofflamrock](https://github.com/geofflamrock)) + +#### Authors: 1 + +- Geoff Lamrock ([@geofflamrock](https://github.com/geofflamrock)) + +--- + # v0.3.2 (Fri Dec 06 2024) #### 🐛 Bug Fix