Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 23.12.0 #407

Merged
merged 5 commits into from
Dec 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions .authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
email: jaimergp@users.noreply.github.com
aliases:
- jaimergp
num_commits: 118
num_commits: 122
first_commit: 2022-01-31 17:24:37
github: jaimergp
- name: Jannis Leidel
email: jannis@leidel.info
num_commits: 38
num_commits: 41
first_commit: 2022-02-17 14:48:48
github: jezdez
- name: pre-commit-ci[bot]
Expand All @@ -22,7 +22,7 @@
github: costrouc
- name: Daniel Holth
email: dholth@anaconda.com
num_commits: 2
num_commits: 3
first_commit: 2022-10-19 21:11:39
github: dholth
- name: Matthew R. Becker
Expand All @@ -34,7 +34,7 @@
email: 18747875+conda-bot@users.noreply.github.com
aliases:
- Conda Bot
num_commits: 24
num_commits: 26
first_commit: 2022-11-15 16:45:31
github: conda-bot
- name: Ken Odegard
Expand All @@ -54,5 +54,6 @@
first_commit: 2023-04-18 12:42:06
- name: Travis Hathaway
email: travis.j.hathaway@gmail.com
num_commits: 2
num_commits: 4
first_commit: 2023-11-10 15:58:32
github: travishathaway
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,30 @@ Remember to update the hyperlinks at the bottom.

[//]: # (current developments)

## 23.12.0 (2023-12-12)

### Enhancements

* Add some boundary checks to `CONDA_LIBMAMBA_SOLVER_MAX_ATTEMPTS`. (#394, #403)

### Bug fixes

* Instantiate `IndexHelper` in offline mode for compatibility with conda-build. Otherwise
the index can get out of sync during long build processes. (#386 via #395)

### Docs

* Use new conda-sphinx-theme for documentation site. (#367 via #370)
* Reorganize the layout of the documentation site. (#370)

### Contributors

* @dholth
* @jaimergp
* @jezdez
* @travishathaway made their first contribution in https://github.com/conda/conda-libmamba-solver/pull/370


## 23.11.1 (2023-11-16)

### Enhancements
Expand Down
20 changes: 0 additions & 20 deletions news/370-use-conda-sphinx-theme

This file was deleted.

19 changes: 0 additions & 19 deletions news/394-max-attempts

This file was deleted.

20 changes: 0 additions & 20 deletions news/395-offline-conda-build

This file was deleted.