From 6f2d5dee591760366faf65dc5a58e846651f8b92 Mon Sep 17 00:00:00 2001 From: Thomas David Baker Date: Thu, 12 Dec 2024 14:14:46 +0000 Subject: [PATCH] Changelog update for v0.6.6 release --- CHANGELOG.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 06a07ce5..523d5954 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,13 @@ +v0.6.6 (2024-12-12) +------------------- + +- Update README to match supported versions. [Thomas David Baker] +- Update pre-commit. [Thomas David Baker] +- Update pyproject.toml with 3.12 and 3.13 Python versions. [Alvaro Crespo] +- Update tox config to use Python 3.12 and 3.13 versions. [Alvaro Crespo] +- Update yml files with Python 3.12 and 3.13. [Alvaro Crespo] +- Update changelog for v0.6.5 a bit belatedly. [Thomas David Baker] + v0.6.5 (2023-08-26) -------------------