Release 1.9.0

This commit is contained in:
TJ Holowaychuk 2013-06-18 13:45:24 -07:00
parent c136afba67
commit c45e2b8f5f
2 changed files with 8 additions and 1 deletions

View file

@ -1,4 +1,11 @@
1.9.0 / 2013-06-18
==================
* git-squash: add --me flag to flatten the current branch
* Make repository_age() "history rewrite safe"
* add git-line-summary
1.8.0 / 2013-05-15
==================

View file

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