diff --git a/doc/changes/DM-50999.misc.rst b/doc/changes/DM-50999.misc.rst deleted file mode 100644 index 357bf5d0c..000000000 --- a/doc/changes/DM-50999.misc.rst +++ /dev/null @@ -1 +0,0 @@ -Modified ``PipelineStepTester`` class to allow it to take ``ResourcePath`` URIs as well as file paths. diff --git a/doc/changes/DM-54084.bugfix.md b/doc/changes/DM-54084.bugfix.md deleted file mode 100644 index c3def38ad..000000000 --- a/doc/changes/DM-54084.bugfix.md +++ /dev/null @@ -1 +0,0 @@ -Fix a bug in `butler provenance-report` that caused an exception to be raised when trying to print an empty table. diff --git a/doc/lsst.pipe.base/CHANGES.rst b/doc/lsst.pipe.base/CHANGES.rst index 6dde4f815..468246e3c 100644 --- a/doc/lsst.pipe.base/CHANGES.rst +++ b/doc/lsst.pipe.base/CHANGES.rst @@ -1,3 +1,18 @@ +lsst-pipe-base v30.0.4 (2026-02-23) +=================================== + +Bug Fixes +--------- + +- Fixed a bug in ``butler provenance-report`` that caused an exception to be raised when trying to print an empty table. (`DM-54084 `_) + + +Other Changes and Additions +--------------------------- + +- Modified ``PipelineStepTester`` class to allow it to take ``ResourcePath`` URIs as well as file paths. (`DM-50999 `_) + + lsst-pipe-base v30.0.2 (2026-02-06) ===================================