From 765ddb378f9a31b7b50e790d23bdba2460753d64 Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Wed, 28 Feb 2024 11:25:50 +0100 Subject: [PATCH] Add changelog for v3.2.0 --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60c59b5..96c322e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ ## v3 +### v3.2.0 - 2024-02-28 + +([full changelog](https://github.com/jupyterhub/action-major-minor-tag-calculator/compare/v3.1.0...v3.2.0)) + +#### New features added + +- Add suffix input and support empty strings in prefix/suffix [#333](https://github.com/jupyterhub/action-major-minor-tag-calculator/pull/333) ([@consideRatio](https://github.com/consideRatio), [@manics](https://github.com/manics)) + +#### Bugs fixed + +- Default branchRegex input to a regex describing valid tags [#329](https://github.com/jupyterhub/action-major-minor-tag-calculator/pull/329) ([@consideRatio](https://github.com/consideRatio), [@manics](https://github.com/manics)) + +#### Contributors to this release + +The following people contributed discussions, new ideas, code and documentation contributions, and review. +See [our definition of contributors](https://github-activity.readthedocs.io/en/latest/#how-does-this-tool-define-contributions-in-the-reports). + +([GitHub contributors page for this release](https://github.com/jupyterhub/action-major-minor-tag-calculator/graphs/contributors?from=2023-11-24&to=2024-02-28&type=c)) + +@consideRatio ([activity](https://github.com/search?q=repo%3Ajupyterhub%2Faction-major-minor-tag-calculator+involves%3AconsideRatio+updated%3A2023-11-24..2024-02-28&type=Issues)) | @manics ([activity](https://github.com/search?q=repo%3Ajupyterhub%2Faction-major-minor-tag-calculator+involves%3Amanics+updated%3A2023-11-24..2024-02-28&type=Issues)) + ### v3.1.0 - 2023-11-24 ([full changelog](https://github.com/jupyterhub/action-major-minor-tag-calculator/compare/v3.0.0...v3.1.0))