Skip to content

Commit 51a1628

Browse files
marcoestersjezdez
andauthored
Prepare 3.11.2 (#953)
* Updated authorship for 3.11.2 * Updated CHANGELOG for 3.11.2 * Remove bot authors * Apply suggestions from code review Co-authored-by: Jannis Leidel <[email protected]> --------- Co-authored-by: Jannis Leidel <[email protected]>
1 parent 71b98d2 commit 51a1628

11 files changed

+40
-140
lines changed

.authors.yml

+11-6
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@
264264
github: chenghlee
265265
- name: conda-bot
266266
267-
num_commits: 50
267+
num_commits: 51
268268
first_commit: 2022-01-25 21:38:28
269269
alternate_emails:
270270
@@ -277,7 +277,7 @@
277277
aliases:
278278
- Jaime RGP
279279
- jaimergp
280-
num_commits: 97
280+
num_commits: 98
281281
first_commit: 2022-01-08 14:56:53
282282
github: jaimergp
283283
- name: Tom Hören
@@ -357,7 +357,7 @@
357357
github: RahulARanger
358358
- name: Marco Esters
359359
360-
num_commits: 31
360+
num_commits: 36
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: 31
375+
num_commits: 33
376376
first_commit: 2023-05-02 12:01:43
377377
github: pre-commit-ci[bot]
378378
- name: Matthias Kuhn
@@ -382,11 +382,16 @@
382382
github: m-kuhn
383383
- name: dependabot[bot]
384384
email: 49699333+dependabot[bot]@users.noreply.github.com
385-
num_commits: 29
385+
num_commits: 37
386386
github: dependabot[bot]
387387
first_commit: 2024-05-07 10:16:05
388388
- name: Julien Jerphanion
389389
390390
github: jjerphan
391-
num_commits: 2
391+
num_commits: 3
392392
first_commit: 2025-01-10 07:19:08
393+
- name: NixM0nk3y
394+
github: NixM0nk3y
395+
396+
num_commits: 1
397+
first_commit: 2025-03-05 08:14:01

.mailmap

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ Michael C. Grant <[email protected]> Michael C. Grant <[email protected]>
5454
Michael Sarahan <[email protected]> Mike Sarahan <[email protected]>
5555
Nehal J Wani <[email protected]>
5656
Nicola Soranzo <[email protected]>
57+
NixM0nk3y <[email protected]>
5758
5859
Phil Elson <[email protected]>
5960
Pradipta Ghosh <[email protected]>

AUTHORS.md

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ Authors are sorted alphabetically.
4343
* Michael Sarahan
4444
* Nehal J Wani
4545
* Nicola Soranzo
46+
* NixM0nk3y
4647
* Paul Yim
4748
* Phil Elson
4849
* Pradipta Ghosh

CHANGELOG.md

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

3+
## 2025-03-06 3.11.2:
4+
### Bug fixes
5+
6+
* Fix version parsing when `mamba` v1 is used. (#936)
7+
* Enforce POSIX newline characters in checksum files to allow `shasum -c` on Windows. (#938)
8+
* Fix ownership of files created by `conda init` for `PKG` installers. (#939)
9+
* Fix `extra_files` functionality on EXE installers. (#942)
10+
* Set `CONDA_QUIET=1` for EXE installers to avoid crashes due to NSIS log buffer overflows. (#944 via #950)
11+
* Check `conda-standalone` version only if shortcuts are enabled. (#952)
12+
* Catch `OSError` during `--conda-exe` compatibility checks too. (#952)
13+
14+
### Other
15+
16+
* Add `setuptools_scm` to build recipe. (#951)
17+
18+
### Contributors
19+
20+
* @jaimergp
21+
* @jjerphan
22+
* @marcoesters
23+
* @NixM0nk3y
24+
25+
### New contributors
26+
27+
* @NixM0nk3y made their first contribution in https://github.com/conda/constructor/pull/942
28+
29+
330
## 2025-01-14 3.11.1:
431
### Enhancements
532

news/936-version-parsing-mamba-1

-19
This file was deleted.

news/938-checksum-file-newline

-19
This file was deleted.

news/939-pkg-conda-init-ownership

-19
This file was deleted.

news/942-fix-win-extra_files

-19
This file was deleted.

news/950-conda-quiet-exe

-19
This file was deleted.

news/951-add-setuptools-scm

-19
This file was deleted.

news/952-oserror

-20
This file was deleted.

0 commit comments

Comments
 (0)