Skip to content

Commit bddc829

Browse files
committed
Bump version for release.
1 parent 3d15c51 commit bddc829

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
2.0.11.dev0
1+
2.0.11
22
* #957: Document borgmatic's limitations around parallelism—both its own and Borg's. See the
33
documentation for more information:
44
https://torsion.org/borgmatic/how-to/make-per-application-backups/#limitations

docs/reference/configuration/patterns-and-excludes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ resulting processed patterns to Borg.
142142

143143
To see the combined patterns that borgmatic passes to Borg, run borgmatic with
144144
[`--verbosity 2`](https://torsion.org/borgmatic/reference/command-line/logging/)
145-
(and optionally `--dry-run`) and look for `Writing patterns to ...` in the
145+
(and optionally `--dry-run`) and look for "`Writing patterns to ...`" in the
146146
output. For instance:
147147

148148
```

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "borgmatic"
3-
version = "2.0.11.dev0"
3+
version = "2.0.11"
44
authors = [
55
{ name="Dan Helfman", email="witten@torsion.org" },
66
]

0 commit comments

Comments
 (0)