diff --git a/NEWS.rst b/NEWS.rst index ae75722..0d12dcd 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -4,6 +4,11 @@ Changelog unreleased ---------- +2024.10.02 - 2024-10-02 +----------------------- + +* Show the changed paths that triggered the rebuild. + 2024.09.19 - 2024-09-19 ----------------------- diff --git a/sphinx_autobuild/__init__.py b/sphinx_autobuild/__init__.py index 998785c..c933533 100644 --- a/sphinx_autobuild/__init__.py +++ b/sphinx_autobuild/__init__.py @@ -1,3 +1,3 @@ """Rebuild Sphinx documentation on changes, with hot reloading in the browser.""" -__version__ = "2024.09.19" +__version__ = "2024.10.02"