We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec25a40 commit d290364Copy full SHA for d290364
NEWS
@@ -1,4 +1,4 @@
1
-2.1.3.dev0
+2.1.3
2
* #1175: Add a "files_changed" option for customizing Borg's file modification detection.
3
* #1175: Add a "msgpack_version_check" option to prevent Borg from validating msgpack's version.
4
* #1218: Add a "config show" action to display computed borgmatic configuration as YAML or JSON,
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "borgmatic"
-version = "2.1.3.dev0"
+version = "2.1.3"
authors = [
5
{ name="Dan Helfman", email="witten@torsion.org" },
6
]
0 commit comments