Skip to content

Commit

Permalink
Prepare release 23.1.0 (#125)
Browse files Browse the repository at this point in the history
* Updated .authors.yml

* Updated .mailmap

* add rever injection point

* Updated authorship for 23.1.0

* add github identifiers

* Updated authorship for 23.1.0

* Updated CHANGELOG for 23.1.0

* polish changelog

* Update CHANGELOG.md

Co-authored-by: jaimergp <jaimergp@users.noreply.github.com>

---------

Co-authored-by: Jannis Leidel <jannis@leidel.info>
  • Loading branch information
jaimergp and jezdez authored Jan 31, 2023
1 parent 575399d commit f7b559f
Show file tree
Hide file tree
Showing 10 changed files with 106 additions and 95 deletions.
44 changes: 44 additions & 0 deletions .authors.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
- name: Jaime Rodríguez-Guerra
email: jaimergp@users.noreply.github.com
aliases:
- jaimergp
num_commits: 56
first_commit: 2022-01-31 17:24:37
github: jaimergp
- name: Jannis Leidel
email: jannis@leidel.info
num_commits: 29
first_commit: 2022-02-17 14:48:48
github: jezdez
- name: pre-commit-ci[bot]
email: 66853113+pre-commit-ci[bot]@users.noreply.github.com
num_commits: 7
first_commit: 2022-11-22 08:39:31
github: pre-commit-ci[bot]
- name: Christopher Ostrouchov
email: chris.ostrouchov@gmail.com
num_commits: 2
first_commit: 2023-01-24 15:12:29
github: costrouc
- name: Daniel Holth
email: dholth@anaconda.com
num_commits: 1
first_commit: 2022-10-19 21:11:39
github: dholth
- name: Matthew R. Becker
email: beckermr@users.noreply.github.com
num_commits: 1
first_commit: 2022-01-19 18:26:25
github: beckermr
- name: conda-bot
email: 18747875+conda-bot@users.noreply.github.com
aliases:
- Conda Bot
num_commits: 3
first_commit: 2022-11-15 16:45:31
github: conda-bot
- name: Ken Odegard
email: kodegard@anaconda.com
num_commits: 1
first_commit: 2022-03-04 23:25:33
github: kenodegard
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -151,3 +151,6 @@ cython_debug/
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
.vscode/

# rever
rever/
19 changes: 19 additions & 0 deletions .mailmap
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# This file was autogenerated by rever: https://regro.github.io/rever-docs/
# This prevent git from showing duplicates with various logging commands.
# See the git documentation for more details. The syntax is:
#
# good-name <good-email> bad-name <bad-email>
#
# You can skip bad-name if it is the same as good-name and is unique in the repo.
#
# This file is up-to-date if the command git log --format="%aN <%aE>" | sort -u
# gives no duplicates.

Christopher Ostrouchov <chris.ostrouchov@gmail.com>
Daniel Holth <dholth@anaconda.com>
Jaime Rodríguez-Guerra <jaimergp@users.noreply.github.com> jaimergp <jaimergp@users.noreply.github.com>
Jannis Leidel <jannis@leidel.info>
Ken Odegard <kodegard@anaconda.com>
Matthew R. Becker <beckermr@users.noreply.github.com>
conda-bot <18747875+conda-bot@users.noreply.github.com> Conda Bot <18747875+conda-bot@users.noreply.github.com>
pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
11 changes: 11 additions & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
All of the people who have made at least one contribution to conda-libmamba-solver.
Authors are sorted alphabetically.

* Christopher Ostrouchov
* Daniel Holth
* Jaime Rodríguez-Guerra
* Jannis Leidel
* Ken Odegard
* Matthew R. Becker
* conda-bot
* pre-commit-ci[bot]
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,34 @@ copy to its corresponding section, deleting empty sections if any.
Remember to update the hyperlinks at the bottom.
--->

[//]: # (current developments)

## [23.1.0] - 2023-01-31

### Bug fixes

* Fix "Packages Not Found" error messages to be more accurate and informative. (#96 via #101)
* Ensure solves are deterministic and input order independent. (#75 via #111)
* Fix compatibility errors with newer conda versions >=23.1.0 since we are using an internal API SubdirData. (#118 via #119)

### Docs

* Mention expected versions and how to upgrade from experimental builds. (#89 via #93)

### Other

* CI: Add scheduled runs with self-reported issues. (#60 via #106)
* Fix typo in workflow documentation so it is consistent with the setup page. (#110)

### Contributors

* @costrouc made their first contribution in #110
* @jaimergp
* @jezdez
* @conda-bot
* @pre-commit-ci[bot]


## [22.12.0] - 2022-12-01

### Upgrade notice
Expand Down Expand Up @@ -119,3 +147,4 @@ _Internal pre-release as a separate repository._
[22.8.0]: https://github.com/conda/conda-libmamba-solver/releases/tag/22.8.0
[22.8.1]: https://github.com/conda/conda-libmamba-solver/releases/tag/22.8.1
[22.12.0]: https://github.com/conda/conda-libmamba-solver/releases/tag/22.12.0
[23.1.0]: https://github.com/conda/conda-libmamba-solver/releases/tag/23.1.0
19 changes: 0 additions & 19 deletions news/101-missing-pkgs

This file was deleted.

19 changes: 0 additions & 19 deletions news/106-ci-scheduled

This file was deleted.

19 changes: 0 additions & 19 deletions news/111-determinism

This file was deleted.

19 changes: 0 additions & 19 deletions news/119-breaking-conda-internal-api

This file was deleted.

19 changes: 0 additions & 19 deletions news/93-update-paths-docs

This file was deleted.

0 comments on commit f7b559f

Please sign in to comment.