From 61c074988a16ba76bf5a67f0ebaed04f0dd990a8 Mon Sep 17 00:00:00 2001 From: Marco Esters Date: Tue, 14 May 2024 00:53:36 -0700 Subject: [PATCH] Prepare 3.8.0 (#797) * Updated authorship for 3.8.0 * Updated CHANGELOG for 3.8.0 * Add PR number to shortcut wording change * Update CHANGELOG.md Co-authored-by: Bianca Henderson * Update CHANGELOG.md --------- Co-authored-by: Bianca Henderson Co-authored-by: jaimergp --- .authors.yml | 13 +++++++---- .mailmap | 1 + AUTHORS.md | 1 + CHANGELOG.md | 22 +++++++++++++++++++ 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 ---------------- 9 files changed, 33 insertions(+), 99 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/.authors.yml b/.authors.yml index a5277a39d..eb8840151 100644 --- a/.authors.yml +++ b/.authors.yml @@ -264,7 +264,7 @@ github: chenghlee - name: conda-bot email: ad-team+condabot@anaconda.com - num_commits: 33 + num_commits: 38 first_commit: 2022-01-25 21:38:28 alternate_emails: - 18747875+conda-bot@users.noreply.github.com @@ -277,7 +277,7 @@ aliases: - Jaime RGP - jaimergp - num_commits: 69 + num_commits: 71 first_commit: 2022-01-08 14:56:53 github: jaimergp - name: Tom Hören @@ -357,7 +357,7 @@ github: RahulARanger - name: Marco Esters email: mesters@anaconda.com - num_commits: 9 + num_commits: 16 first_commit: 2023-05-12 11:44:12 github: marcoesters - name: Darryl Miles @@ -372,7 +372,7 @@ github: deepeshaburse - name: pre-commit-ci[bot] email: 66853113+pre-commit-ci[bot]@users.noreply.github.com - num_commits: 14 + num_commits: 16 first_commit: 2023-05-02 12:01:43 github: pre-commit-ci[bot] - name: Matthias Kuhn @@ -380,3 +380,8 @@ num_commits: 2 first_commit: 2023-08-24 09:31:48 github: m-kuhn +- name: dependabot[bot] + email: 49699333+dependabot[bot]@users.noreply.github.com + num_commits: 2 + github: dependabot[bot] + first_commit: 2024-05-07 10:16:05 diff --git a/.mailmap b/.mailmap index 9a180353c..00ce2dd06 100644 --- a/.mailmap +++ b/.mailmap @@ -78,6 +78,7 @@ astaric bkreider conda-bot Conda Bot <18747875+conda-bot@users.noreply.github.com> conda-bot conda bot <18747875+conda-bot@users.noreply.github.com> +dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> guimondmm pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> y2kbugger diff --git a/AUTHORS.md b/AUTHORS.md index aee13b544..b9c63a670 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -66,6 +66,7 @@ Authors are sorted alphabetically. * astaric * bkreider * conda-bot +* dependabot[bot] * guimondmm * pre-commit-ci[bot] * y2kbugger diff --git a/CHANGELOG.md b/CHANGELOG.md index adfd2f5b2..428ef0acf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ [//]: # (current developments) +## 2024-05-13 3.8.0: +### Enhancements + +* Add support for AzureSignTool to sign Windows installers. (#767 via #771 and #792) + +### Bug fixes + +* Fix ownership of files created by the PKG installer outside of `$PREFIX`. (#784) + +### Other + +* Change wording for shortcut creation on Windows. (#785) +* Automatically create issues when tests fail after pushing to `main` or creating tags. (#775 via #776 and #778) +* Configure repository to use dependabot and update dependencies. (#786 via #787) + +### Contributors + +* @jaimergp +* @marcoesters + + + ## 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 - -*