Browse Source

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

Dan Helfman 2 weeks ago
parent
commit
25e8aad517
2 changed files with 5 additions and 1 deletions
  1. 4 0
      NEWS
  2. 1 1
      pyproject.toml

+ 4 - 0
NEWS

@@ -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

+ 1 - 1
pyproject.toml

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