From 511cda5f364172b6fab8143caa72e611cc57fa78 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 20:00:25 -0800 Subject: [PATCH] chore(master): release 1.2.0 (#3) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 811bf30..1e2adf1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.2.0](https://github.com/stevearc/gitstack/compare/v1.1.0...v1.2.0) (2024-01-19) + + +### Features + +* add support for python 3.8 ([12b8463](https://github.com/stevearc/gitstack/commit/12b8463c8d286cafa604468b16a5e966eb180579)) + + +### Bug Fixes + +* allow update command to update or install dev version ([47d3d0e](https://github.com/stevearc/gitstack/commit/47d3d0e2fac288b087a0617197851b6a481d1460)) +* pull command will create missing local branches ([9c90da8](https://github.com/stevearc/gitstack/commit/9c90da8a07f6214586a65f5a8aa6cc82a8d71364)) +* **pull:** pull all branches in stack ([113b682](https://github.com/stevearc/gitstack/commit/113b6826a38a1054d355b63d4300817b604b8aae)) +* stack calculation when master lags origin ([dca5cf5](https://github.com/stevearc/gitstack/commit/dca5cf58db75c9a847b66c795502ee5240cbfa65)) + ## [1.1.0](https://github.com/stevearc/gitstack/compare/v1.0.0...v1.1.0) (2024-01-18)