Prepare changelog for 0.17.2

This commit is contained in:
Alexander Neumann
2024-10-27 16:37:08 +01:00
parent 3a4a5a8215
commit dbb5fb9fbd
5 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
Bugfix: Return error if `tag` fails to lock repository
Since restic 0.17.0, the `tag` command did not return an error when it failed
to open or lock the repository. This issue has now been fixed.
https://github.com/restic/restic/issues/5050
https://github.com/restic/restic/pull/5056