aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2019-05-25 11:57:48 +0200
committerTeddy Wing2019-05-25 11:57:48 +0200
commitbd55100895a8e22ee11a022b9bb6440e806c24ec (patch)
tree8cf313d11e57830e402d362fbfe9668d590fc1fc
parent48e58d79dcd313a3c40e92df720eb758d736e2d5 (diff)
downloadgit-branch-list-bd55100895a8e22ee11a022b9bb6440e806c24ec.tar.bz2
Increase version v0.1.1 -> v0.1.2v0.1.2
-rw-r--r--CHANGELOG7
-rwxr-xr-xgit-branch-list2
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index ff4c32b..89c5363 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,13 @@
CHANGELOG
=========
+v0.1.2 (2019-05-25):
+ Fixes:
+
+ * Allow branch list to be used in subdirectories of a Git repo.
+ * Update help output to show the `clear` command and that `drop` can take
+ multiple arguments.
+
v0.1.1 (2018-04-19):
Fixes:
diff --git a/git-branch-list b/git-branch-list
index 024ae5b..7cd1295 100755
--- a/git-branch-list
+++ b/git-branch-list
@@ -20,7 +20,7 @@
GIT_ROOT=$(git rev-parse --show-toplevel)
DATABASE="${GIT_ROOT}/.git/info/git-branch-list"
-VERSION=0.1.1
+VERSION=0.1.2
function initialise_database () {
if [ -d .git ]; then