From b8bd702362a260c22df3980767460190f8a0b1c1 Mon Sep 17 00:00:00 2001
From: Richard Hartmann <richih@debian.org>
Date: Tue, 29 Dec 2015 19:07:02 +0100
Subject: [PATCH] Release 1.20151229

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

diff --git a/changelog b/changelog
index 6f23d0f..44a44ad 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,17 @@
+2015-12-29  Richard Hartmann <richih.mailinglist@gmail.com>
+
+	* Fix tests to always use C locale, this makes vcsh reproducible
+	* Implement `vcsh foreach`
+	* Implement `vcsh list-untracked -a`
+	* Handle Git older than 2.x gracefully
+	* Fix broken list-tracked-by
+	* Fix regression in `vcsh which`
+	* Skip ignored files in the output of list-untracked
+	* Improve cloning
+	* Clean up docs
+	* Implement `vcsh status --terse`
+	* Improve tests
+
 2015-05-02  Richard Hartmann <richih.mailinglist@gmail.com>
 
 	* Release 1.20150502
diff --git a/vcsh b/vcsh
index b934afb..3f00b1f 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.20150502'
+VERSION='1.20151229'
 SELF=$(basename $0)
 
 fatal() {
-- 
GitLab