From: Richard Hartmann <richih.mailinglist@gmail.com>
Date: Mon, 27 May 2013 21:37:45 +0000 (+0200)
Subject: Release 1.3
X-Git-Url: https://git.madduck.net/code/vcsh.git/commitdiff_plain/11925032e3a7e25d65d5535a4050d5fdb1f73b2a?ds=inline

Release 1.3
---

diff --git a/changelog b/changelog
index c9f7fcf..98d5074 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,13 @@
+2013-05-27  Richard Hartmann <richih.mailinglist@gmail.com>
+
+	* Release 1.3
+	* Hide hook execution unless verbose is set
+	* Ancher ignore file to root of Git repo
+	* Implemented basename() to save one process spawn
+	* Improve packaged Zsh completion
+	* Renamed `vcsh setup` to `vcsh upgrade`
+	* Various documentation and spelling improvements
+
 2013-04-21  Richard Hartmann <richih.mailinglist@gmail.com>
 
 	* Release 1.2
diff --git a/vcsh b/vcsh
index 7a0f712..2509b66 100755
--- a/vcsh
+++ b/vcsh
@@ -24,7 +24,7 @@ basename() {
 }
 
 SELF=$(basename $0)
-VERSION='1.2'
+VERSION='1.3'
 
 fatal() {
 	echo "$SELF: fatal: $1" >&2