Add systemd multiple service directories fix to NEWS (#1165).

This commit is contained in:
2025-10-24 09:36:52 -07:00
parent 11ffd76cc6
commit 25e8aad517
2 changed files with 5 additions and 1 deletions

4
NEWS
View File

@@ -1,3 +1,7 @@
2.0.11.dev0
* #1165: Fix for when the systemd service directories (RuntimeDirectory and StateDirectory) each
contain multiple paths.
2.0.10
* #427: Expand the "borg_extra_options" option to support passing arbitrary Borg flags to every
Borg sub-command that borgmatic uses. As part of this, deprecate the "init" option under

View File

@@ -1,6 +1,6 @@
[project]
name = "borgmatic"
version = "2.0.10"
version = "2.0.11.dev0"
authors = [
{ name="Dan Helfman", email="witten@torsion.org" },
]