diff --git a/.authors.yml b/.authors.yml index 511db06..81f877d 100644 --- a/.authors.yml +++ b/.authors.yml @@ -20,7 +20,7 @@ aliases: - jaimergp github: jaimergp - num_commits: 22 + num_commits: 28 first_commit: 2022-01-04 19:04:55 - name: Daniel Bast email: 2790401+dbast@users.noreply.github.com @@ -39,7 +39,7 @@ github: nehaljwani - name: conda-bot email: 18747875+conda-bot@users.noreply.github.com - num_commits: 11 + num_commits: 13 first_commit: 2023-02-08 16:08:24 github: conda-bot - name: Hadrien Mary @@ -51,7 +51,7 @@ github: hadim - name: pre-commit-ci[bot] email: 66853113+pre-commit-ci[bot]@users.noreply.github.com - num_commits: 9 + num_commits: 10 first_commit: 2023-02-06 23:27:05 github: pre-commit-ci[bot] - name: Isuru Fernando diff --git a/CHANGELOG.md b/CHANGELOG.md index 82f8535..4904137 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,25 @@ Remember to update the hyperlinks at the bottom. [//]: # (current developments) +## 24.1.2 (2024-03-05) + +### Enhancements + +* Update to conda 24.1.2, conda-libmamba-solver 24.1.0, libmambapy 1.5.6. (#61) +* Add compatibility for archspec 0.2.3. (#60) +* Do not render extraction progress bars in non-interactive runs or when `CONDA_QUIET` is set to a truthy value. (#58) + +### Bug fixes + +* Handle exceptions raised during `pkgs/` multiprocessor extraction. (#55 via #59) +* Remove lingering `codesign` symlink in `$PREFIX/bin` (macOS only). (#54) + +### Contributors + +* @jaimergp + + + ## 23.11.0 (2024-01-15) ### Enhancements diff --git a/news/58-progress-bars b/news/58-progress-bars deleted file mode 100644 index ca6d26a..0000000 --- a/news/58-progress-bars +++ /dev/null @@ -1,19 +0,0 @@ -### Enhancements - -* Do not render extraction progress bars in non-interactive runs or when `CONDA_QUIET` is set to a truthy value. (#58) - -### Bug fixes - -* - -### Deprecations - -* - -### Docs - -* - -### Other - -* diff --git a/news/59-extraction-exceptions b/news/59-extraction-exceptions deleted file mode 100644 index d85dd90..0000000 --- a/news/59-extraction-exceptions +++ /dev/null @@ -1,19 +0,0 @@ -### Enhancements - -* - -### Bug fixes - -* Handle exceptions raised during `pkgs/` multiprocessor extraction. (#55 via #59) - -### Deprecations - -* - -### Docs - -* - -### Other - -* diff --git a/news/60-archspec-023 b/news/60-archspec-023 deleted file mode 100644 index 21beb95..0000000 --- a/news/60-archspec-023 +++ /dev/null @@ -1,19 +0,0 @@ -### Enhancements - -* Add compatibility for archspec 0.2.3. (#60) - -### Bug fixes - -* - -### Deprecations - -* - -### Docs - -* - -### Other - -* diff --git a/news/61-update-conda-2412 b/news/61-update-conda-2412 deleted file mode 100644 index e4b3a30..0000000 --- a/news/61-update-conda-2412 +++ /dev/null @@ -1,19 +0,0 @@ -### Enhancements - -* Update to conda 24.1.2, conda-libmamba-solver 24.1.0, libmambapy 1.5.6. (#60) - -### Bug fixes - -* - -### Deprecations - -* - -### Docs - -* - -### Other - -* diff --git a/news/64-remove-symlink b/news/64-remove-symlink deleted file mode 100644 index 8adf2a9..0000000 --- a/news/64-remove-symlink +++ /dev/null @@ -1,19 +0,0 @@ -### Enhancements - -* - -### Bug fixes - -* Remove lingering `codesign` symlink in `$PREFIX/bin` (macOS only). (#54) - -### Deprecations - -* - -### Docs - -* - -### Other - -*