Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare 3.11.1 #929

Merged
merged 4 commits into from
Jan 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 9 additions & 4 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: ad-team+condabot@anaconda.com
num_commits: 48
num_commits: 50
first_commit: 2022-01-25 21:38:28
alternate_emails:
- 18747875+conda-bot@users.noreply.github.com
Expand Down Expand Up @@ -357,7 +357,7 @@
github: RahulARanger
- name: Marco Esters
email: mesters@anaconda.com
num_commits: 27
num_commits: 31
first_commit: 2023-05-12 11:44:12
github: marcoesters
- name: Darryl Miles
Expand All @@ -372,7 +372,7 @@
github: deepeshaburse
- name: pre-commit-ci[bot]
email: 66853113+pre-commit-ci[bot]@users.noreply.github.com
num_commits: 29
num_commits: 31
first_commit: 2023-05-02 12:01:43
github: pre-commit-ci[bot]
- name: Matthias Kuhn
Expand All @@ -382,6 +382,11 @@
github: m-kuhn
- name: dependabot[bot]
email: 49699333+dependabot[bot]@users.noreply.github.com
num_commits: 24
num_commits: 29
github: dependabot[bot]
first_commit: 2024-05-07 10:16:05
- name: Julien Jerphanion
email: git@jjerphan.xyz
github: jjerphan
num_commits: 2
first_commit: 2025-01-10 07:19:08
1 change: 1 addition & 0 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ Jean-Luc Stevens <jlstevens@ed.ac.uk> jlstevens <jlrstevens@gmail.com>
JoelStansbury <48299585+JoelStansbury@users.noreply.github.com>
John Kirkham <kirkhamj@janelia.hhmi.org>
Jonathan J. Helmus <jjhelmus@gmail.com> Jonathan Helmus <jjhelmus@gmail.com>
Julien Jerphanion <git@jjerphan.xyz>
Kale Franz <kfranz@continuum.io> Kale Franz <kalefranz@users.noreply.github.com>
Katherine Kinnaman <kkinnaman@anaconda.com>
Ken Odegard <kodegard@anaconda.com>
Expand Down
1 change: 1 addition & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Authors are sorted alphabetically.
* JoelStansbury
* John Kirkham
* Jonathan J. Helmus
* Julien Jerphanion
* Kale Franz
* Katherine Kinnaman
* Ken Odegard
Expand Down
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
[//]: # (current developments)

## 2025-01-14 3.11.1:
### Enhancements

* Add `INSTALLER_UNATTENDED` environment variable for `pkg` installers. (#915)
* Improve use of Jinja for templating logic. (#901 via #922)

### Bug fixes

* Add support of mamba v2 shell initialization. (#914)

### Docs

* Fix typo for the `/RemoveConfigFiles` CLI option in the Windows uninstaller. (#913)
* Update miniforge example to 24.11.2 (#924)

### Contributors

* @jjerphan
* @marcoesters


### New contributors

* @jjerphan made their first contribution in https://github.com/conda/constructor/pull/914


## 2024-12-05 3.11.0:
### Enhancements

Expand Down
19 changes: 0 additions & 19 deletions news/913-uninstaller-cli-option-typo

This file was deleted.

19 changes: 0 additions & 19 deletions news/914-shell-init-on-mamba-2

This file was deleted.

19 changes: 0 additions & 19 deletions news/915-installer-unattended-pkg

This file was deleted.

19 changes: 0 additions & 19 deletions news/922-improve-jinja-integration

This file was deleted.

19 changes: 0 additions & 19 deletions news/924-miniforge-example-update

This file was deleted.

Loading