From 65dc14e50ac4a8b19e0c27671d18cfd50b60bd8e Mon Sep 17 00:00:00 2001
From: Richard Hartmann <richih.mailinglist@gmail.com>
Date: Tue, 23 Jul 2013 21:30:59 +0200
Subject: [PATCH] Release v1.20130723

---
 changelog | 14 ++++++++++++++
 vcsh      |  2 +-
 2 files changed, 15 insertions(+), 1 deletion(-)

diff --git a/changelog b/changelog
index c835962..0dd7c3f 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,17 @@
+2013-07-23  Richard Hartmann <richih.mailinglist@gmail.com>
+
+	* Release 1.20130723
+	* Support $VCSH_GITIGNORE == none
+	* Documentation improvements,
+	* Improved zsh completion
+	* Add support for `vcsh pull`
+	* Add support for `vcsh push`
+	* Add retire() to tear down vcsh ENV
+	* Add clone hooks, including one witout vcsh ENV to
+	  allow subsequent cloning of other repos
+	* Fix `vcsh rename`
+	* Improve general code robustness
+
 2013-06-14  Richard Hartmann <richih.mailinglist@gmail.com>
 
 	* Release 1.20130614
diff --git a/vcsh b/vcsh
index b54ecb4..ea88931 100755
--- a/vcsh
+++ b/vcsh
@@ -24,7 +24,7 @@ basename() {
 }
 
 SELF=$(basename $0)
-VERSION='1.20130614'
+VERSION='1.20130723'
 
 fatal() {
 	echo "$SELF: fatal: $1" >&2
-- 
GitLab