Skip to content

Commit

Permalink
Prepare 24.9.0 (#534)
Browse files Browse the repository at this point in the history
* Updated authorship for 24.9.0

* Updated CHANGELOG for 24.9.0

* Amend authors

* Amend changelog
  • Loading branch information
jaimergp authored Sep 25, 2024
1 parent a997a28 commit bbaab52
Show file tree
Hide file tree
Showing 9 changed files with 46 additions and 98 deletions.
22 changes: 19 additions & 3 deletions .authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
email: [email protected]
aliases:
- jaimergp
num_commits: 136
num_commits: 145
first_commit: 2022-01-31 17:24:37
github: jaimergp
- name: Jannis Leidel
Expand All @@ -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
Expand All @@ -34,7 +34,7 @@
email: [email protected]
aliases:
- Conda Bot
num_commits: 38
num_commits: 45
first_commit: 2022-11-15 16:45:31
github: conda-bot
- name: Ken Odegard
Expand Down Expand Up @@ -65,3 +65,19 @@
email: [email protected]
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: [email protected]
num_commits: 1
first_commit: 2024-09-20 12:11:32
github: jjhelmus
- name: Kevin Markham
email: [email protected]
num_commits: 1
first_commit: 2024-08-12 11:49:20
github: justmarkham
3 changes: 3 additions & 0 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,13 @@ Daniel Holth <[email protected]>
Jaime Rodríguez-Guerra <[email protected]> jaimergp <[email protected]>
Jannis Leidel <[email protected]>
John Kirkham <[email protected]>
Jonathan J. Helmus <[email protected]>
Ken Odegard <[email protected]>
Kevin Markham <[email protected]>
Klaus Zimmermann <[email protected]>
Matthew R. Becker <[email protected]>
Thomas Lam <[email protected]>
Travis Hathaway <[email protected]>
conda-bot <[email protected]> Conda Bot <[email protected]>
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
3 changes: 3 additions & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
19 changes: 0 additions & 19 deletions news/511-conda-standalone-install

This file was deleted.

19 changes: 0 additions & 19 deletions news/517-docs-conda-libmamba-solver-default

This file was deleted.

19 changes: 0 additions & 19 deletions news/525-explicit-context

This file was deleted.

19 changes: 0 additions & 19 deletions news/528-include-mamba-as-required-repo-for-dev-setup

This file was deleted.

19 changes: 0 additions & 19 deletions news/531-channel-dedup

This file was deleted.

0 comments on commit bbaab52

Please sign in to comment.