From 8e9b74de359a754b8bf77cc0f2b0f35ccb400d23 Mon Sep 17 00:00:00 2001 From: "gha-automation-personal[bot]" <190602602+gha-automation-personal[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 22:12:15 +0000 Subject: [PATCH] Release version `0.6.0` --- CHANGELOG.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a33a02a..b3a657d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,28 @@ +# v0.6.0 (Tue Dec 17 2024) + +#### ๐Ÿš€ New Feature + +- Ask before editing the PR body [#138](https://github.com/geofflamrock/stack/pull/138) ([@geofflamrock](https://github.com/geofflamrock)) + +#### ๐Ÿ› Bug Fix + +- Escape special characters from input default values [#135](https://github.com/geofflamrock/stack/pull/135) ([@geofflamrock](https://github.com/geofflamrock)) + +#### ๐Ÿ  Internal + +- Use output provider for Git and GitHub operations [#141](https://github.com/geofflamrock/stack/pull/141) ([@geofflamrock](https://github.com/geofflamrock)) + +#### ๐Ÿงช Tests + +- Use proper Git repository for new branch tests [#145](https://github.com/geofflamrock/stack/pull/145) ([@geofflamrock](https://github.com/geofflamrock)) +- Use proper Git repository for add branch tests [#144](https://github.com/geofflamrock/stack/pull/144) ([@geofflamrock](https://github.com/geofflamrock)) + +#### Authors: 1 + +- Geoff Lamrock ([@geofflamrock](https://github.com/geofflamrock)) + +--- + # v0.5.0 (Wed Dec 11 2024) #### ๐Ÿš€ New Feature