From 387183b865682e174d71203512c4e524c474c381 Mon Sep 17 00:00:00 2001 From: Matt Thompson Date: Tue, 30 Jan 2024 13:29:10 -0600 Subject: [PATCH] Add v0.4.8 release notes (#547) * Add v0.4.8 release notes * Use rST syntax --- docs/releasehistory.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/releasehistory.rst b/docs/releasehistory.rst index 291b621d..0c96c919 100644 --- a/docs/releasehistory.rst +++ b/docs/releasehistory.rst @@ -8,6 +8,15 @@ Releases follow the ``major.minor.micro`` scheme recommended by * ``minor`` increments add features but do not break API compatibility * ``micro`` increments represent bugfix releases or improvements in documentation +0.4.8 - January 30, 2024 +------------------------ + +* PR `#524 `_: Allow Pydantic v2 at runtime. +* PR `#536 `_: Make tests pseudo-private. +* PR `#537 `_: Update ``versioneer.py`` for Python 3.12 compatibility. +* PR `#542 `_: Remove use of ``pkg_resources``. +* PR `#546 `_: Remove use of ``ParameterHandler._OPENMMTYPE``. + 0.4.7 - October 16, 2023 ------------------------