From db6906126cf1e099916e0e0a88ee40215bf98bfd Mon Sep 17 00:00:00 2001
From: Richard Hartmann <richih@debian.org>
Date: Sat, 2 May 2015 16:25:29 +0200
Subject: [PATCH] Release 1.20150502

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

diff --git a/changelog b/changelog
index 9cc6c16..6f23d0f 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,12 @@
+2015-05-02  Richard Hartmann <richih.mailinglist@gmail.com>
+
+	* Release 1.20150502
+	* Add tests
+	* Integrate tests with Travis CI
+	* Make `vcsh --list_untracked` GNU-independent
+	* Improve vcsh's code quality
+	* Improve Makefile, documentation, etc
+
 2014-10-26  Richard Hartmann <richih.mailinglist@gmail.com>
 
 	* Release 1.20141026
diff --git a/vcsh b/vcsh
index 51f2d21..ab79db2 100755
--- a/vcsh
+++ b/vcsh
@@ -19,7 +19,7 @@
 # If '.git-HEAD' is appended to the version, you are seeing an unreleased
 # version of vcsh; the master branch is supposed to be clean at all times
 # so you can most likely just use it nonetheless
-VERSION='1.20141026'
+VERSION='1.20150502'
 SELF=$(basename $0)
 
 fatal() {
-- 
GitLab