mirror of
https://github.com/borgmatic-collective/borgmatic.git
synced 2026-07-31 13:43:02 +02:00
Add to NEWS: Fix a traceback (TypeError) in the "check" action with Python 3.14 (#1161).
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
2.0.10.dev0
|
||||
* #1161: Fix a traceback (TypeError) in the "check" action with Python 3.14.
|
||||
|
||||
2.0.9
|
||||
* #1105: More accurately collect Btrfs subvolumes to snapshot. As part of this, the Btrfs hook no
|
||||
longer uses "findmnt" and the "findmnt_command" option is deprecated.
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "borgmatic"
|
||||
version = "2.0.9"
|
||||
version = "2.0.10.dev0"
|
||||
authors = [
|
||||
{ name="Dan Helfman", email="witten@torsion.org" },
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user