From 0f0a557afa83d6092695c2570b82f321808608e4 Mon Sep 17 00:00:00 2001
From: Richard Hartmann <richih@debian.org>
Date: Thu, 29 Aug 2013 22:40:10 +0200
Subject: [PATCH] Release v1.20130829

---
 changelog | 9 +++++++++
 vcsh      | 2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/changelog b/changelog
index 1f1d1e6..564ccbb 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,12 @@
+2013-08-29  Richard Hartmann <richih.mailinglist@gmail.com>
+
+	* Release 1.20130829
+	* Add support for `vcsh commit`
+	* Add support for `vcsh status <repo>`
+	* Add pre-/post-init hooks
+	* Documentation improvements
+	* Minor cleanups
+
 2013-07-24  Richard Hartmann <richih.mailinglist@gmail.com>
 
 	* 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
-- 
GitLab