From 785025ab4874694fa776c85b1002f62677cbe266 Mon Sep 17 00:00:00 2001 From: Tomas Beuzen Date: Mon, 7 Feb 2022 08:29:29 +1100 Subject: [PATCH] release: update changelog for v0.3.0 --- CHANGELOG.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3c918d..84aaa79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,27 @@ +## v0.3.0 (07/02/2022) + +### ✨ NEW + +- Refactor workflow files (#42) + - Comments removed from steps and replaced with name keys + - Workflow triggered on push/pull to any branch + - CD job in the ci-cd.yaml workflow only triggers on push to main + - PSR re-configured to patch release by default and to always make a GH release + +### 📚 DOCS + +- Add info about gh-pages hosting support (#40) + +### 🐛 FIX + +- Remove hard-coded pycounts name in CI/CD files (#38) + ## v0.2.1 (06/12/2021) -### Fix +### 🐛 FIX - Removed hard-coded "pycounts" package name from CI/CD files. - Renamed "cd" option to "ci+cd"