Skip to content

Commit 4552a5f

Browse files
committed
Release 2024.09.19
1 parent 2e9dec0 commit 4552a5f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

NEWS.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ Changelog
44
unreleased
55
----------
66

7+
2024.09.19 - 2024-09-19
8+
-----------------------
9+
10+
* Fix path filtering on Windows by normalising path separators.
11+
* Filter various directories by default (``.git``, ``venv``, etc).
12+
* Serve the correct directory when using make mode (``-M``).
13+
714
2024.09.18 - 2024-09-18
815
-----------------------
916

sphinx_autobuild/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Rebuild Sphinx documentation on changes, with hot reloading in the browser."""
22

3-
__version__ = "2024.09.18"
3+
__version__ = "2024.09.19"

0 commit comments

Comments
 (0)