Skip to content

Commit 9642c99

Browse files
authored
Prepare 3.11.1 (#929)
* Updated authorship for 3.11.1 * Updated CHANGELOG for 3.11.1 * Remove bot authors * Add new contributor
1 parent f987e5c commit 9642c99

9 files changed

+37
-99
lines changed

.authors.yml

+9-4
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@
264264
github: chenghlee
265265
- name: conda-bot
266266
267-
num_commits: 48
267+
num_commits: 50
268268
first_commit: 2022-01-25 21:38:28
269269
alternate_emails:
270270
@@ -357,7 +357,7 @@
357357
github: RahulARanger
358358
- name: Marco Esters
359359
360-
num_commits: 27
360+
num_commits: 31
361361
first_commit: 2023-05-12 11:44:12
362362
github: marcoesters
363363
- name: Darryl Miles
@@ -372,7 +372,7 @@
372372
github: deepeshaburse
373373
- name: pre-commit-ci[bot]
374374
email: 66853113+pre-commit-ci[bot]@users.noreply.github.com
375-
num_commits: 29
375+
num_commits: 31
376376
first_commit: 2023-05-02 12:01:43
377377
github: pre-commit-ci[bot]
378378
- name: Matthias Kuhn
@@ -382,6 +382,11 @@
382382
github: m-kuhn
383383
- name: dependabot[bot]
384384
email: 49699333+dependabot[bot]@users.noreply.github.com
385-
num_commits: 24
385+
num_commits: 29
386386
github: dependabot[bot]
387387
first_commit: 2024-05-07 10:16:05
388+
- name: Julien Jerphanion
389+
390+
github: jjerphan
391+
num_commits: 2
392+
first_commit: 2025-01-10 07:19:08

.mailmap

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Jean-Luc Stevens <[email protected]> jlstevens <[email protected]>
3838
JoelStansbury <[email protected]>
3939
John Kirkham <[email protected]>
4040
Jonathan J. Helmus <[email protected]> Jonathan Helmus <[email protected]>
41+
Julien Jerphanion <[email protected]>
4142
Kale Franz <[email protected]> Kale Franz <[email protected]>
4243
Katherine Kinnaman <[email protected]>
4344
Ken Odegard <[email protected]>

AUTHORS.md

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Authors are sorted alphabetically.
2727
* JoelStansbury
2828
* John Kirkham
2929
* Jonathan J. Helmus
30+
* Julien Jerphanion
3031
* Kale Franz
3132
* Katherine Kinnaman
3233
* Ken Odegard

CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
[//]: # (current developments)
22

3+
## 2025-01-14 3.11.1:
4+
### Enhancements
5+
6+
* Add `INSTALLER_UNATTENDED` environment variable for `pkg` installers. (#915)
7+
* Improve use of Jinja for templating logic. (#901 via #922)
8+
9+
### Bug fixes
10+
11+
* Add support of mamba v2 shell initialization. (#914)
12+
13+
### Docs
14+
15+
* Fix typo for the `/RemoveConfigFiles` CLI option in the Windows uninstaller. (#913)
16+
* Update miniforge example to 24.11.2 (#924)
17+
18+
### Contributors
19+
20+
* @jjerphan
21+
* @marcoesters
22+
23+
24+
### New contributors
25+
26+
* @jjerphan made their first contribution in https://github.com/conda/constructor/pull/914
27+
28+
329
## 2024-12-05 3.11.0:
430
### Enhancements
531

news/913-uninstaller-cli-option-typo

-19
This file was deleted.

news/914-shell-init-on-mamba-2

-19
This file was deleted.

news/915-installer-unattended-pkg

-19
This file was deleted.

news/922-improve-jinja-integration

-19
This file was deleted.

news/924-miniforge-example-update

-19
This file was deleted.

0 commit comments

Comments
 (0)