From b4cd805422fce35b92af2f1e62be4ac644231dcc Mon Sep 17 00:00:00 2001 From: Sam Gleske Date: Sun, 10 Jun 2018 23:44:28 -0700 Subject: [PATCH] Update CHANGELOG and release v0.6 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99605e8..707acc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# git-idm v0.6 + +New features: + +- Warn user when using a version of `git` older than 2.10. +- New option `--ssh-command` which can be specified to use a completely custom + SSH command rather than relying on the default provided by `--key`. + # git-idm v0.5 New features: