From 25e8aad51732bbe7d01e9175e4d155cccc5872f9 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Fri, 24 Oct 2025 09:36:52 -0700 Subject: [PATCH] Add systemd multiple service directories fix to NEWS (#1165). --- NEWS | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index db43b548..5ece3ab8 100644 --- a/NEWS +++ b/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 diff --git a/pyproject.toml b/pyproject.toml index 860c2179..264d9346 100644 --- a/pyproject.toml +++ b/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" }, ]