From bbaab52122674e0991e1bd14bdfc114a33f70975 Mon Sep 17 00:00:00 2001 From: jaimergp Date: Wed, 25 Sep 2024 14:18:04 +0200 Subject: [PATCH] Prepare 24.9.0 (#534) * Updated authorship for 24.9.0 * Updated CHANGELOG for 24.9.0 * Amend authors * Amend changelog --- .authors.yml | 22 ++++++++++++++++--- .mailmap | 3 +++ AUTHORS.md | 3 +++ CHANGELOG.md | 21 ++++++++++++++++++ news/511-conda-standalone-install | 19 ---------------- news/517-docs-conda-libmamba-solver-default | 19 ---------------- news/525-explicit-context | 19 ---------------- ...clude-mamba-as-required-repo-for-dev-setup | 19 ---------------- news/531-channel-dedup | 19 ---------------- 9 files changed, 46 insertions(+), 98 deletions(-) delete mode 100644 news/511-conda-standalone-install delete mode 100644 news/517-docs-conda-libmamba-solver-default delete mode 100644 news/525-explicit-context delete mode 100644 news/528-include-mamba-as-required-repo-for-dev-setup delete mode 100644 news/531-channel-dedup diff --git a/.authors.yml b/.authors.yml index f1befb64..54de9221 100644 --- a/.authors.yml +++ b/.authors.yml @@ -2,7 +2,7 @@ email: jaimergp@users.noreply.github.com aliases: - jaimergp - num_commits: 136 + num_commits: 145 first_commit: 2022-01-31 17:24:37 github: jaimergp - name: Jannis Leidel @@ -12,7 +12,7 @@ github: jezdez - name: pre-commit-ci[bot] email: 66853113+pre-commit-ci[bot]@users.noreply.github.com - num_commits: 47 + num_commits: 51 first_commit: 2022-11-22 08:39:31 github: pre-commit-ci[bot] - name: Christopher Ostrouchov @@ -34,7 +34,7 @@ email: 18747875+conda-bot@users.noreply.github.com aliases: - Conda Bot - num_commits: 38 + num_commits: 45 first_commit: 2022-11-15 16:45:31 github: conda-bot - name: Ken Odegard @@ -65,3 +65,19 @@ email: 79589038+tl-hbk@users.noreply.github.com num_commits: 1 first_commit: 2024-03-19 14:05:09 + github: tl-hbk +- name: dependabot[bot] + email: 49699333+dependabot[bot]@users.noreply.github.com + num_commits: 3 + first_commit: 2024-07-22 19:11:59 + github: dependabot[bot] +- name: Jonathan J. Helmus + email: jjhelmus@gmail.com + num_commits: 1 + first_commit: 2024-09-20 12:11:32 + github: jjhelmus +- name: Kevin Markham + email: justmarkham@users.noreply.github.com + num_commits: 1 + first_commit: 2024-08-12 11:49:20 + github: justmarkham diff --git a/.mailmap b/.mailmap index 50027bce..fb3061ac 100644 --- a/.mailmap +++ b/.mailmap @@ -15,10 +15,13 @@ Daniel Holth Jaime Rodríguez-Guerra jaimergp Jannis Leidel John Kirkham +Jonathan J. Helmus Ken Odegard +Kevin Markham Klaus Zimmermann Matthew R. Becker Thomas Lam <79589038+tl-hbk@users.noreply.github.com> Travis Hathaway conda-bot <18747875+conda-bot@users.noreply.github.com> Conda Bot <18747875+conda-bot@users.noreply.github.com> +dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> diff --git a/AUTHORS.md b/AUTHORS.md index 047ad02b..7843942c 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -7,10 +7,13 @@ Authors are sorted alphabetically. * Jaime Rodríguez-Guerra * Jannis Leidel * John Kirkham +* Jonathan J. Helmus * Ken Odegard +* Kevin Markham * Klaus Zimmermann * Matthew R. Becker * Thomas Lam * Travis Hathaway * conda-bot +* dependabot[bot] * pre-commit-ci[bot] diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a03a0ef..bb73655d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,27 @@ Remember to update the hyperlinks at the bottom. [//]: # (current developments) +## 24.9.0 (2024-09-25) + +### Bug fixes + +* Use `Solver` instance configuration to initialize the `libmamba` context without implicitly relying on the `conda` context settings. (#525) +* Fix conda-build compatibility regression where arch-specific outputs can't be found in the test phase if a `noarch` output was built first. (#531) + +### Docs + +* Add installation workarounds FAQ with conda-standalone. (#505 via #511) +* Update user guide to reflect conda-libmamba-solver being the default solver in conda. (#516 via #517) +* Include `mamba-org/mamba` as a required cloned repository for setting up a dev environment. (#528) + +### Contributors + +* @jaimergp +* @jjhelmus made their first contribution in https://github.com/conda/conda-libmamba-solver/pull/528 +* @justmarkham made their first contribution in https://github.com/conda/conda-libmamba-solver/pull/510 + + + ## 24.7.0 (2024-07-17) ### Bug fixes diff --git a/news/511-conda-standalone-install b/news/511-conda-standalone-install deleted file mode 100644 index c9f01a4e..00000000 --- a/news/511-conda-standalone-install +++ /dev/null @@ -1,19 +0,0 @@ -### Enhancements - -* - -### Bug fixes - -* - -### Deprecations - -* - -### Docs - -* Add installation workarounds FAQ with conda-standalone. (#505 via #511) - -### Other - -* diff --git a/news/517-docs-conda-libmamba-solver-default b/news/517-docs-conda-libmamba-solver-default deleted file mode 100644 index 39b5e55b..00000000 --- a/news/517-docs-conda-libmamba-solver-default +++ /dev/null @@ -1,19 +0,0 @@ -### Enhancements - -* - -### Bug fixes - -* - -### Deprecations - -* - -### Docs - -* Update user guide to reflect conda-libmamba-solver being the default solver in conda. (#516 via #517) - -### Other - -* diff --git a/news/525-explicit-context b/news/525-explicit-context deleted file mode 100644 index f6cdd51d..00000000 --- a/news/525-explicit-context +++ /dev/null @@ -1,19 +0,0 @@ -### Enhancements - -* - -### Bug fixes - -* Use `Solver` instance configuration to initialize the `libmamba` context without implicitly relying on the `conda` context settings. (#525) - -### Deprecations - -* - -### Docs - -* - -### Other - -* diff --git a/news/528-include-mamba-as-required-repo-for-dev-setup b/news/528-include-mamba-as-required-repo-for-dev-setup deleted file mode 100644 index 95f7dec0..00000000 --- a/news/528-include-mamba-as-required-repo-for-dev-setup +++ /dev/null @@ -1,19 +0,0 @@ -### Enhancements - -* - -### Bug fixes - -* - -### Deprecations - -* - -### Docs - -* Include mamba-org/mamba as a required cloned repository for setting up a dev environment. (#528) - -### Other - -* diff --git a/news/531-channel-dedup b/news/531-channel-dedup deleted file mode 100644 index 793873dd..00000000 --- a/news/531-channel-dedup +++ /dev/null @@ -1,19 +0,0 @@ -### Enhancements - -* - -### Bug fixes - -* Fix conda-build compatibility regression where arch-specific outputs can't be found in the test phase if a `noarch` output was built first. (#531) - -### Deprecations - -* - -### Docs - -* - -### Other - -*