diff --git a/NEWS b/NEWS index 8111fc91..a15d8755 100644 --- a/NEWS +++ b/NEWS @@ -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 diff --git a/docs/reference/configuration/patterns-and-excludes.md b/docs/reference/configuration/patterns-and-excludes.md index 7415e1b1..00c7906e 100644 --- a/docs/reference/configuration/patterns-and-excludes.md +++ b/docs/reference/configuration/patterns-and-excludes.md @@ -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: ``` diff --git a/pyproject.toml b/pyproject.toml index 264d9346..d4d508c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "borgmatic" -version = "2.0.11.dev0" +version = "2.0.11" authors = [ { name="Dan Helfman", email="witten@torsion.org" }, ]