From e0b949956d6d8e8984cd71db8dac111aed779811 Mon Sep 17 00:00:00 2001 From: jaimergp Date: Sat, 13 Jul 2024 11:41:30 +0200 Subject: [PATCH] Prepare 3.8.1 (#821) * Updated authorship for 3.8.1 * Updated CHANGELOG for 3.8.1 --- .authors.yml | 10 +++++----- CHANGELOG.md | 16 ++++++++++++++++ news/808-fix-env-channels-remap | 19 ------------------- news/820-test-d-chown | 19 ------------------- 4 files changed, 21 insertions(+), 43 deletions(-) delete mode 100644 news/808-fix-env-channels-remap delete mode 100644 news/820-test-d-chown diff --git a/.authors.yml b/.authors.yml index eb8840151..e44a67dc7 100644 --- a/.authors.yml +++ b/.authors.yml @@ -264,7 +264,7 @@ github: chenghlee - name: conda-bot email: ad-team+condabot@anaconda.com - num_commits: 38 + num_commits: 39 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: 71 + num_commits: 73 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: 16 + num_commits: 17 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: 16 + num_commits: 20 first_commit: 2023-05-02 12:01:43 github: pre-commit-ci[bot] - name: Matthias Kuhn @@ -382,6 +382,6 @@ github: m-kuhn - name: dependabot[bot] email: 49699333+dependabot[bot]@users.noreply.github.com - num_commits: 2 + num_commits: 8 github: dependabot[bot] first_commit: 2024-05-07 10:16:05 diff --git a/CHANGELOG.md b/CHANGELOG.md index 428ef0acf..3c45cd363 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ [//]: # (current developments) +## 2024-07-13 3.8.1: +### Bug fixes + +* Fix `channels_remap` sanitization when included as part of an item in `extra_envs`. (#808) +* Fix a regression in the PKG installers where the installer would fail if `~/.conda` did not exist before trying to fix the directory permissions. (#820) + +### Docs + +* Clarify that channels must be passed as URLs in `channels_remap`. (#808) + +### Other + +* Mention `conda/conda-standalone` repository as a source for conda-standalone downloads in relevant error messages. (#808) + + + ## 2024-05-13 3.8.0: ### Enhancements diff --git a/news/808-fix-env-channels-remap b/news/808-fix-env-channels-remap deleted file mode 100644 index 202d797a8..000000000 --- a/news/808-fix-env-channels-remap +++ /dev/null @@ -1,19 +0,0 @@ -### Enhancements - -* - -### Bug fixes - -* Fix `channels_remap` sanitization when included as part of an item in `extra_envs`. (#808) - -### Deprecations - -* - -### Docs - -* Clarify that channels must be passed as URLs in `channels_remap`. (#808) - -### Other - -* Mention `conda/conda-standalone` repository as a source for conda-standalone downloads in relevant error messages. (#808) diff --git a/news/820-test-d-chown b/news/820-test-d-chown deleted file mode 100644 index 53cd3d796..000000000 --- a/news/820-test-d-chown +++ /dev/null @@ -1,19 +0,0 @@ -### Enhancements - -* - -### Bug fixes - -* Fix a regression in the PKG installers where the installer would fail if `~/.conda` did not exist before trying to fix the directory permissions. (#820) - -### Deprecations - -* - -### Docs - -* - -### Other - -*