From 794b7595636fda50ca3b34be6ed5a412a8d5bb8e Mon Sep 17 00:00:00 2001 From: Marco Esters Date: Mon, 13 May 2024 10:58:02 -0700 Subject: [PATCH] Updated CHANGELOG for 3.8.0 --- CHANGELOG.md | 25 +++++++++++++++++++ news/771-add-azure-signtool-support | 19 -------------- ...ssue-on-test-failure-after-merging-to-main | 19 -------------- news/784-pkg-installation-file-ownership | 19 -------------- news/785-wording-win-shortcuts | 19 -------------- news/787-add-dependabot | 19 -------------- 6 files changed, 25 insertions(+), 95 deletions(-) delete mode 100644 news/771-add-azure-signtool-support delete mode 100644 news/776-automatically-create-issue-on-test-failure-after-merging-to-main delete mode 100644 news/784-pkg-installation-file-ownership delete mode 100644 news/785-wording-win-shortcuts delete mode 100644 news/787-add-dependabot diff --git a/CHANGELOG.md b/CHANGELOG.md index adfd2f5b2..8b1c54beb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,30 @@ [//]: # (current developments) +## 2024-05-13 3.8.0: +### Enhancements + +* Add support for AzureSignTool to sign Windows installers. (#767 via #771 and #792) +* Configure repository to use dependabot and update dependencies. (#786 via #787) + +### Bug fixes + +* Fix ownership of files created by the PKG installer outside of `$PREFIX`. (#784) + +### Other + +* Automatically create issues when tests fail after pushing to main or creating tags. (#775 via #776 and #778) +* Change wording for shortcut creation on Windows + +### Contributors + +* @jaimergp +* @marcoesters +* @conda-bot +* @dependabot[bot] +* @pre-commit-ci[bot] + + + ## 2024-03-05 3.7.0: ### Enhancements diff --git a/news/771-add-azure-signtool-support b/news/771-add-azure-signtool-support deleted file mode 100644 index 26be0c1b1..000000000 --- a/news/771-add-azure-signtool-support +++ /dev/null @@ -1,19 +0,0 @@ -### Enhancements - -* Add support for AzureSignTool to sign Windows installers. (#767 via #771 and #792) - -### Bug fixes - -* - -### Deprecations - -* - -### Docs - -* - -### Other - -* diff --git a/news/776-automatically-create-issue-on-test-failure-after-merging-to-main b/news/776-automatically-create-issue-on-test-failure-after-merging-to-main deleted file mode 100644 index 2b1b14123..000000000 --- a/news/776-automatically-create-issue-on-test-failure-after-merging-to-main +++ /dev/null @@ -1,19 +0,0 @@ -### Enhancements - -* - -### Bug fixes - -* - -### Deprecations - -* - -### Docs - -* - -### Other - -* Automatically create issues when tests fail after pushing to main or creating tags. (#775 via #776 and #778) diff --git a/news/784-pkg-installation-file-ownership b/news/784-pkg-installation-file-ownership deleted file mode 100644 index dc378d05b..000000000 --- a/news/784-pkg-installation-file-ownership +++ /dev/null @@ -1,19 +0,0 @@ -### Enhancements - -* - -### Bug fixes - -* Fix ownership of files created by the PKG installer outside of `$PREFIX`. (#784) - -### Deprecations - -* - -### Docs - -* - -### Other - -* diff --git a/news/785-wording-win-shortcuts b/news/785-wording-win-shortcuts deleted file mode 100644 index 03404ca7e..000000000 --- a/news/785-wording-win-shortcuts +++ /dev/null @@ -1,19 +0,0 @@ -### Enhancements - -* - -### Bug fixes - -* - -### Deprecations - -* - -### Docs - -* - -### Other - -* Change wording for shortcut creation on Windows diff --git a/news/787-add-dependabot b/news/787-add-dependabot deleted file mode 100644 index 8c06c649c..000000000 --- a/news/787-add-dependabot +++ /dev/null @@ -1,19 +0,0 @@ -### Enhancements - -* Configure repository to use dependabot and update dependencies. (#786 via #787) - -### Bug fixes - -* - -### Deprecations - -* - -### Docs - -* - -### Other - -*