Skip to content

Commit

Permalink
Release 23.12.0 (#407)
Browse files Browse the repository at this point in the history
Co-authored-by: jaimergp <[email protected]>
  • Loading branch information
jezdez and jaimergp authored Dec 12, 2023
1 parent a550184 commit 4986dca
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 64 deletions.
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: [email protected]
aliases:
- jaimergp
num_commits: 118
num_commits: 122
first_commit: 2022-01-31 17:24:37
github: jaimergp
- name: Jannis Leidel
email: [email protected]
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: [email protected]
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: [email protected]
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: [email protected]
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.

0 comments on commit 4986dca

Please sign in to comment.