We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc7439a commit ad8d074Copy full SHA for ad8d074
NEWS
@@ -1,4 +1,4 @@
1
-2.1.2.dev0
+2.1.2
2
* #1231: If a source file is deleted during a "spot" check, consider the file as non-matching
3
and move on instead of immediately failing the entire check.
4
* #1250: Fix a regression in which the "--stats" flag hides statistics at default verbosity.
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "borgmatic"
-version = "2.1.2dev0"
+version = "2.1.2"
authors = [
5
{ name="Dan Helfman", email="witten@torsion.org" },
6
]
0 commit comments