diff --git a/.authors.yml b/.authors.yml index f421bb04..8f71e2f8 100644 --- a/.authors.yml +++ b/.authors.yml @@ -263,7 +263,7 @@ email: jaimergp@users.noreply.github.com aliases: - Jaime RGP - num_commits: 39 + num_commits: 41 first_commit: 2022-01-08 14:56:53 github: jaimergp - name: Tom Hören @@ -323,6 +323,6 @@ github: guimondmm - name: Daniel Bast email: 2790401+dbast@users.noreply.github.com - num_commits: 11 + num_commits: 10 first_commit: 2022-12-08 12:49:40 github: dbast diff --git a/CHANGELOG.md b/CHANGELOG.md index bdd7bf71..70c7c901 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ [//]: # (current developments) +## 2023-01-18 3.4.1: +### Bug fixes + +* Fix regression introduced in #558, where `post_install` scripts were silently ignored on Windows. + Affects v3.4.0. (#576 via #614) +* Remove duplicate CI for docs. (#613 via #615) + +### Contributors + +* @dbast +* @jaimergp + + + ## 2023-01-17 3.4.0: ### Enhancements diff --git a/news/614-fix-post-install-windows b/news/614-fix-post-install-windows deleted file mode 100644 index 06098a12..00000000 --- a/news/614-fix-post-install-windows +++ /dev/null @@ -1,20 +0,0 @@ -### Enhancements - -* - -### Bug fixes - -* Fix regression introduced in #558, where `post_install` scripts were silently ignored on Windows. - Affects v3.4.0. (#576 via #614) - -### Deprecations - -* - -### Docs - -* - -### Other - -* diff --git a/news/615-remove-duplicated-docs-ci b/news/615-remove-duplicated-docs-ci deleted file mode 100644 index 4da3fc46..00000000 --- a/news/615-remove-duplicated-docs-ci +++ /dev/null @@ -1,19 +0,0 @@ -### Enhancements - -* - -### Bug fixes - -* Remove duplicate CI for docs. (#613 via #615) - -### Deprecations - -* - -### Docs - -* - -### Other - -*