From: Richard Hartmann Date: Wed, 24 Jul 2013 20:15:09 +0000 (+0200) Subject: Release v1.20130724 X-Git-Url: https://git.madduck.net/code/vcsh.git/commitdiff_plain/2582651209ea5ec44bba5a6435eb7b76296648c7?ds=sidebyside;hp=-c Release v1.20130724 --- 2582651209ea5ec44bba5a6435eb7b76296648c7 diff --git a/changelog b/changelog index 0dd7c3f..1f1d1e6 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,11 @@ +2013-07-24 Richard Hartmann + + * Release 1.20130724 + * Add support for `vcsh status` + * Improve output of `vcsh pull` + * Improve output of `vcsh push` + * Minor documentation improvements + 2013-07-23 Richard Hartmann * Release 1.20130723 diff --git a/vcsh b/vcsh index 98c2bab..f2bbd7a 100755 --- a/vcsh +++ b/vcsh @@ -24,7 +24,7 @@ basename() { } SELF=$(basename $0) -VERSION='1.20130723' +VERSION='1.20130724' fatal() { echo "$SELF: fatal: $1" >&2