From 6c8aca0becba227facc6206edea59975218d19e1 Mon Sep 17 00:00:00 2001 From: matthewhegarty Date: Thu, 23 Mar 2023 22:26:38 +0000 Subject: [PATCH 1/4] update HISTORY.md for next major release --- HISTORY.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index b2678916..150be7d3 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,22 @@ # History +## 3.4.0 (unreleased) + +### Improvements + +- Move setup to `pyproject.toml` (#542) +- xlsx export: remove redundant code (#541) +- Support escape of formulae on xlsx export (#540) +- Add <tbody> tags to html output (#539) +- Add flake8 hook to pre-commit (#537) +- Fix linting issues raised by flake8 (#536) +- fix bug when yaml file is empty (#535) +- Check for type list and improve error msg (#524) +- pre-commit autoupdate (#533) +- Fix spelling of word in AUTHORS file (#532) +- Update release checklist (#530) +- Fix deploy warning (#531) + ## 3.3.0 (2022-12-10) ### Improvements From b7058d0151c0781e271e75c1193d064c033f6002 Mon Sep 17 00:00:00 2001 From: matthewhegarty Date: Thu, 23 Mar 2023 22:30:30 +0000 Subject: [PATCH 2/4] added bugfixes section --- HISTORY.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 150be7d3..ff41167e 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -10,13 +10,16 @@ - Add <tbody> tags to html output (#539) - Add flake8 hook to pre-commit (#537) - Fix linting issues raised by flake8 (#536) -- fix bug when yaml file is empty (#535) - Check for type list and improve error msg (#524) - pre-commit autoupdate (#533) - Fix spelling of word in AUTHORS file (#532) - Update release checklist (#530) - Fix deploy warning (#531) +### Bugfixes + +- fix bug when yaml file is empty (#535) + ## 3.3.0 (2022-12-10) ### Improvements From 8b9ff1fa45e31bbc3348fb1b8941f76ee630d3a7 Mon Sep 17 00:00:00 2001 From: Matt Hegarty Date: Fri, 24 Mar 2023 07:35:29 +0000 Subject: [PATCH 3/4] Update HISTORY.md Co-authored-by: Hugo van Kemenade --- HISTORY.md | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index ff41167e..01a8ff5e 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -6,19 +6,14 @@ - Move setup to `pyproject.toml` (#542) - xlsx export: remove redundant code (#541) -- Support escape of formulae on xlsx export (#540) -- Add <tbody> tags to html output (#539) -- Add flake8 hook to pre-commit (#537) -- Fix linting issues raised by flake8 (#536) +- xlsx export: support escape of formulae (#540) +- Add <tbody> tags to HTML output (#539) - Check for type list and improve error msg (#524) -- pre-commit autoupdate (#533) -- Fix spelling of word in AUTHORS file (#532) -- Update release checklist (#530) -- Fix deploy warning (#531) ### Bugfixes -- fix bug when yaml file is empty (#535) +- Fix bug when yaml file is empty (#535) +- Fix linting issues raised by Flake8 (#536) ## 3.3.0 (2022-12-10) From db40739ad9584e8cc7b8b63d7397cc961ce7471a Mon Sep 17 00:00:00 2001 From: Matt Hegarty Date: Fri, 24 Mar 2023 07:35:37 +0000 Subject: [PATCH 4/4] Update HISTORY.md Co-authored-by: Hugo van Kemenade --- HISTORY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 01a8ff5e..e7a3dc64 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,6 @@ # History -## 3.4.0 (unreleased) +## 3.4.0 (2023-03-24) ### Improvements