diff --git a/AUTHORS.rst b/AUTHORS.rst index 00a833f..44e9287 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -60,3 +60,5 @@ Authors * Christian Fetzer - https://github.com/fetzerch * Jonathan Stewmon - https://github.com/jstewmon * Matthew Gamble - https://github.com/mwgamble +* Christian Clauss - https://github.com/cclauss +* Dawn James - https://github.com/dawngerpony diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a74497f..5dd46aa 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,12 +2,22 @@ Changelog ========= -5.0.0 (2024-03-18) +5.0.0 (2024-03-24) ------------------ * Removed support for xdist rsync (now deprecated). Contributed by Matthias Reichenbach in `#623 `_. * Switched docs theme to Furo. +* Various legacy Python cleanup and CI improvements. + Contributed by Christian Clauss and Hugo van Kemenade in + `#630 `_, + `#631 `_, + `#632 `_ and + `#633 `_. +* Added a ``pyproject.toml`` example in the docs. + Contributed by Dawn James in `#626 `_. +* Modernized project's pre-commit hooks to use ruff. Initial POC contributed by + Christian Clauss in `#584 `_. 4.1.0 (2023-05-24) ------------------