add changelog for program version

This commit is contained in:
Michael Eischer 2023-07-07 23:36:57 +02:00
parent 389f6ee74c
commit e703e89e9b
1 changed files with 4 additions and 3 deletions

View File

@ -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 <snapshotID>` or `restic snapshots --json`.
https://github.com/restic/restic/issues/4188
https://github.com/restic/restic/pull/4378