From 116d80518a191eb9fc88d88a524f233bb0c1cbf5 Mon Sep 17 00:00:00 2001 From: "gha-automation-personal[bot]" <190602602+gha-automation-personal[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 12:08:50 +0000 Subject: [PATCH] Release version `0.7.0` --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3408ab8..8309947 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +# v0.7.0 (Mon Dec 30 2024) + +#### 🚀 New Feature + +- Adds `stack sync` command [#166](https://github.com/geofflamrock/stack/pull/166) ([@geofflamrock](https://github.com/geofflamrock)) +- Adds `--push` option when creating new branches [#165](https://github.com/geofflamrock/stack/pull/165) ([@geofflamrock](https://github.com/geofflamrock)) +- Adds `stack push` command [#164](https://github.com/geofflamrock/stack/pull/164) ([@geofflamrock](https://github.com/geofflamrock)) +- Adds `stack pull` command [#160](https://github.com/geofflamrock/stack/pull/160) ([@geofflamrock](https://github.com/geofflamrock)) +- Show local status by default in `stack status` command [#159](https://github.com/geofflamrock/stack/pull/159) ([@geofflamrock](https://github.com/geofflamrock)) + +#### Authors: 1 + +- Geoff Lamrock ([@geofflamrock](https://github.com/geofflamrock)) + +--- + # v0.6.1 (Fri Dec 27 2024) #### 🐛 Bug Fix