diff --git a/.authors.yml b/.authors.yml index 8c8a101bb..a5277a39d 100644 --- a/.authors.yml +++ b/.authors.yml @@ -264,7 +264,7 @@ github: chenghlee - name: conda-bot email: ad-team+condabot@anaconda.com - num_commits: 30 + num_commits: 33 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: 62 + num_commits: 69 first_commit: 2022-01-08 14:56:53 github: jaimergp - name: Tom Hören @@ -372,7 +372,7 @@ github: deepeshaburse - name: pre-commit-ci[bot] email: 66853113+pre-commit-ci[bot]@users.noreply.github.com - num_commits: 13 + num_commits: 14 first_commit: 2023-05-02 12:01:43 github: pre-commit-ci[bot] - name: Matthias Kuhn diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f99fac55..adfd2f5b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ [//]: # (current developments) +## 2024-03-05 3.7.0: +### Enhancements + +* In SH installers, error early if available disk space for chosen installation path is insufficient. (#749 via #751) +* Do not render progress bars when SH installers are run with `-b` (batch). (#756 via #757) +* Add a new `--config-filename` argument to specify an input file not named `construct.yaml`. (#727 via #758) + +### Docs + +* Clarify environment variables role in `default_prefix` and friends on Windows. (#748 via #750) +* Add some tips for debugging the creation and execution of `constructor`-made installers. (#752) + +### Other + +* Adjust metadata to require Python 3.8 or above, as needed by 3.6.0. (#747) + +### Contributors + +* @jaimergp +* @millsks + + + ## 2024-01-12 3.6.0: ### Enhancements diff --git a/news/747-py38 b/news/747-py38 deleted file mode 100644 index 71c7dfb6a..000000000 --- a/news/747-py38 +++ /dev/null @@ -1,19 +0,0 @@ -### Enhancements - -* - -### Bug fixes - -* - -### Deprecations - -* - -### Docs - -* - -### Other - -* Adjust metadata to require Python 3.8 or above, as needed by 3.6.0. (#747) diff --git a/news/750-default-prefix-docs b/news/750-default-prefix-docs deleted file mode 100644 index 1e7d55290..000000000 --- a/news/750-default-prefix-docs +++ /dev/null @@ -1,19 +0,0 @@ -### Enhancements - -* - -### Bug fixes - -* - -### Deprecations - -* - -### Docs - -* Clarify environment variables role in `default_prefix` and friends on Windows. (#748 via #750) - -### Other - -* diff --git a/news/751-disk-usage-sh b/news/751-disk-usage-sh deleted file mode 100644 index 19cc24775..000000000 --- a/news/751-disk-usage-sh +++ /dev/null @@ -1,19 +0,0 @@ -### Enhancements - -* In SH installers, error early if available disk space for chosen installation path is insufficient. (#749 via #751) - -### Bug fixes - -* - -### Deprecations - -* - -### Docs - -* - -### Other - -* diff --git a/news/752-debugging b/news/752-debugging deleted file mode 100644 index 669898a1d..000000000 --- a/news/752-debugging +++ /dev/null @@ -1,19 +0,0 @@ -### Enhancements - -* - -### Bug fixes - -* - -### Deprecations - -* - -### Docs - -* Add some tips for debugging the creation and execution of `constructor`-made installers. (#752) - -### Other - -* diff --git a/news/757-progress-bars b/news/757-progress-bars deleted file mode 100644 index dece33bd5..000000000 --- a/news/757-progress-bars +++ /dev/null @@ -1,19 +0,0 @@ -### Enhancements - -* Do not render progress bars when SH installers are run with `-b` (batch). (#756 via #757) - -### Bug fixes - -* - -### Deprecations - -* - -### Docs - -* - -### Other - -* diff --git a/news/758-yaml-filename b/news/758-yaml-filename deleted file mode 100644 index 394550aea..000000000 --- a/news/758-yaml-filename +++ /dev/null @@ -1,19 +0,0 @@ -### Enhancements - -* Add a new `--config-filename` argument to specify an input file not named `construct.yaml`. (#727 via #758) - -### Bug fixes - -* - -### Deprecations - -* - -### Docs - -* - -### Other - -*