From c27aa3a2b707e6f124b87c4df842336009e51b3d Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sun, 18 Feb 2018 20:06:09 +0100 Subject: [PATCH] Add changelog entry for version output change --- doc/src/09020-changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/src/09020-changelog.md b/doc/src/09020-changelog.md index f0235ebe..1d1ea8a8 100644 --- a/doc/src/09020-changelog.md +++ b/doc/src/09020-changelog.md @@ -40,6 +40,8 @@ This section contains the changelog from the last release to the next release. * The `"Ok"` output which was printed on success was removed from all commands * `imag-log show` was aliased to `imag-log list` + * `imag-* --version` shows `git describe` output if binary was compiled in + "debug" mode. * Bugfixes * imag does not panic anymore when piping and breaking that pipe, for example like with `imag store ids | head -n 1`.