From e703e89e9bb72abd9d1e9f90466c891229d3c0fd Mon Sep 17 00:00:00 2001 From: Michael Eischer Date: Fri, 7 Jul 2023 23:36:57 +0200 Subject: [PATCH] add changelog for program version --- changelog/unreleased/issue-4188 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/changelog/unreleased/issue-4188 b/changelog/unreleased/issue-4188 index 377468a76..dbb26f733 100644 --- a/changelog/unreleased/issue-4188 +++ b/changelog/unreleased/issue-4188 @@ -1,7 +1,8 @@ -Enhancement: Include client version in snapshot metadata +Enhancement: `backup` includes restic version in snapshot metadata -The client version number is now included in the `program_version` field of a snapshot. -It can be inspected by using either `restic cat snapshot snapshotID` or `restic snapshots --json`. +The restic version used backup the snapshot is now included in its metadata. +The program version is shown when inspecting a snapshot using `restic cat +snapshot ` or `restic snapshots --json`. https://github.com/restic/restic/issues/4188 https://github.com/restic/restic/pull/4378