Release 1.6.0

This commit is contained in:
TJ Holowaychuk 2012-06-04 13:51:13 -07:00
parent 37424606ba
commit 2e53ff6091
2 changed files with 8 additions and 1 deletions

View file

@ -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
==================

View file

@ -1,6 +1,6 @@
#!/bin/sh
VERSION="1.5.1"
VERSION="1.6.0"
update() {
local bin=$(which git-extras)