From: Richard Hartmann Date: Thu, 29 Aug 2013 20:40:10 +0000 (+0200) Subject: Release v1.20130829 X-Git-Url: https://git.madduck.net/code/vcsh.git/commitdiff_plain/0f0a557afa83d6092695c2570b82f321808608e4 Release v1.20130829 --- diff --git a/changelog b/changelog index 1f1d1e6..564ccbb 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,12 @@ +2013-08-29 Richard Hartmann + + * Release 1.20130829 + * Add support for `vcsh commit` + * Add support for `vcsh status ` + * Add pre-/post-init hooks + * Documentation improvements + * Minor cleanups + 2013-07-24 Richard Hartmann * Release 1.20130724 diff --git a/vcsh b/vcsh index 9bef842..2ec4955 100755 --- a/vcsh +++ b/vcsh @@ -24,7 +24,7 @@ basename() { } SELF=$(basename $0) -VERSION='1.20130724' +VERSION='1.20130829' fatal() { echo "$SELF: fatal: $1" >&2