From 02644c3bb60ac106a82449b2b46ac8bce517b8f1 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Wed, 30 Apr 2025 08:29:55 -0700 Subject: [PATCH] Add LVM file descriptor warning fix to NEWS (#1068). --- NEWS | 3 +++ pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 1de74758..ab880d0c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +2.0.6.dev0 + * #1068: Fix a warning from LVM about leaked file descriptors. + 2.0.5 * #1033: Add a "password_transport" option to the MariaDB and MySQL database hooks for customizing how borgmatic transmits passwords to the database client. diff --git a/pyproject.toml b/pyproject.toml index b8d7407f..9f8a8363 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "borgmatic" -version = "2.0.5" +version = "2.0.6.dev0" authors = [ { name="Dan Helfman", email="witten@torsion.org" }, ]