From 2e53ff609125b2b4faafa8e9e44939b38da8101c Mon Sep 17 00:00:00 2001 From: TJ Holowaychuk Date: Mon, 4 Jun 2012 13:51:13 -0700 Subject: [PATCH] Release 1.6.0 --- History.md | 7 +++++++ bin/git-extras | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index e736e74..2b874c7 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,11 @@ +1.6.0 / 2012-06-04 +================== + + * Added `git-rename-tag` + * Added current branch to `git-repl` + * Fixed: use dirname for `git extras update` [wilmoore] + 1.5.1 / 2012-03-15 ================== diff --git a/bin/git-extras b/bin/git-extras index c08257d..1aaae48 100755 --- a/bin/git-extras +++ b/bin/git-extras @@ -1,6 +1,6 @@ #!/bin/sh -VERSION="1.5.1" +VERSION="1.6.0" update() { local bin=$(which git-extras)