Bump version for release.

This commit is contained in:
Dan Helfman
2025-11-02 19:41:38 -08:00
parent 3d15c51039
commit bddc82951e
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
2.0.11.dev0
2.0.11
* #957: Document borgmatic's limitations around parallelism—both its own and Borg's. See the
documentation for more information:
https://torsion.org/borgmatic/how-to/make-per-application-backups/#limitations
@@ -142,7 +142,7 @@ resulting processed patterns to Borg.
To see the combined patterns that borgmatic passes to Borg, run borgmatic with
[`--verbosity 2`](https://torsion.org/borgmatic/reference/command-line/logging/)
(and optionally `--dry-run`) and look for `Writing patterns to ...` in the
(and optionally `--dry-run`) and look for "`Writing patterns to ...`" in the
output. For instance:
```
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "borgmatic"
version = "2.0.11.dev0"
version = "2.0.11"
authors = [
{ name="Dan Helfman", email="witten@torsion.org" },
]