Skip to content

Commit

Permalink
Prepare 3.7.0 (#761)
Browse files Browse the repository at this point in the history
* Updated authorship for 3.7.0

* Updated CHANGELOG for 3.7.0

* Update contributor list
  • Loading branch information
jaimergp authored Mar 5, 2024
1 parent c9ad275 commit 8efb478
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 117 deletions.
6 changes: 3 additions & 3 deletions .authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@
github: chenghlee
- name: conda-bot
email: [email protected]
num_commits: 30
num_commits: 33
first_commit: 2022-01-25 21:38:28
alternate_emails:
- [email protected]
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
19 changes: 0 additions & 19 deletions news/747-py38

This file was deleted.

19 changes: 0 additions & 19 deletions news/750-default-prefix-docs

This file was deleted.

19 changes: 0 additions & 19 deletions news/751-disk-usage-sh

This file was deleted.

19 changes: 0 additions & 19 deletions news/752-debugging

This file was deleted.

19 changes: 0 additions & 19 deletions news/757-progress-bars

This file was deleted.

19 changes: 0 additions & 19 deletions news/758-yaml-filename

This file was deleted.

0 comments on commit 8efb478

Please sign in to comment.