From 5d1cda5da705b3fe5df1ed27232edac67a5ac9e2 Mon Sep 17 00:00:00 2001 From: Srigovind Nayak <5201843+konidev20@users.noreply.github.com> Date: Sun, 15 Dec 2024 12:25:51 +0530 Subject: [PATCH] changelog: add changelog entry for gh-5137 --- changelog/unreleased/issue-5137 | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 changelog/unreleased/issue-5137 diff --git a/changelog/unreleased/issue-5137 b/changelog/unreleased/issue-5137 new file mode 100644 index 000000000..ba681202c --- /dev/null +++ b/changelog/unreleased/issue-5137 @@ -0,0 +1,8 @@ +Enhancement: Restic tag command returns the modified snapshot information + +Restic `tag` command now returns the modified snapshot information in the +output. Added `--json` option to the command to get the output in JSON format +for scripting access. + +https://github.com/restic/restic/issues/5137 +https://github.com/restic/restic/pull/5144 \ No newline at end of file