From 4986dca38e3df14e1bbfcb2a8cb9599ff4888f63 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Tue, 12 Dec 2023 18:10:45 +0100 Subject: [PATCH] Release 23.12.0 (#407) Co-authored-by: jaimergp --- .authors.yml | 11 ++++++----- CHANGELOG.md | 24 ++++++++++++++++++++++++ news/370-use-conda-sphinx-theme | 20 -------------------- news/394-max-attempts | 19 ------------------- news/395-offline-conda-build | 20 -------------------- 5 files changed, 30 insertions(+), 64 deletions(-) delete mode 100644 news/370-use-conda-sphinx-theme delete mode 100644 news/394-max-attempts delete mode 100644 news/395-offline-conda-build diff --git a/.authors.yml b/.authors.yml index 3dd0df3b..2f294ef3 100644 --- a/.authors.yml +++ b/.authors.yml @@ -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] @@ -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 @@ -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 @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c1a659a..03ea26c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/news/370-use-conda-sphinx-theme b/news/370-use-conda-sphinx-theme deleted file mode 100644 index 6196413e..00000000 --- a/news/370-use-conda-sphinx-theme +++ /dev/null @@ -1,20 +0,0 @@ -### Enhancements - -* - -### Bug fixes - -* - -### Deprecations - -* - -### Docs - -* Use new conda-sphinx-theme for documentation site. (#367 via #370) -* Reorganize the layout of the documentation site. (#370) - -### Other - -* diff --git a/news/394-max-attempts b/news/394-max-attempts deleted file mode 100644 index 1f6d8d5c..00000000 --- a/news/394-max-attempts +++ /dev/null @@ -1,19 +0,0 @@ -### Enhancements - -* Add some boundary checks to `CONDA_LIBMAMBA_SOLVER_MAX_ATTEMPTS`. (#394, #403) - -### Bug fixes - -* - -### Deprecations - -* - -### Docs - -* - -### Other - -* diff --git a/news/395-offline-conda-build b/news/395-offline-conda-build deleted file mode 100644 index f54e5c16..00000000 --- a/news/395-offline-conda-build +++ /dev/null @@ -1,20 +0,0 @@ -### Enhancements - -* - -### 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) - -### Deprecations - -* - -### Docs - -* - -### Other - -*