Release 1.9.1

This commit is contained in:
TJ Holowaychuk 2014-06-21 21:54:12 -07:00
parent ef00c0c2c6
commit d437418b3c
2 changed files with 10 additions and 2 deletions

View file

@ -1,5 +1,13 @@
1.9.0 / 2013-06-18
1.9.1 / 2014-06-21
==================
* add --no-merges option to changelog
* fix git-changelog errors when multiple files match change|history
* fix git-changelog errors on first usage
* update git-changelog docs for --no-merges option
1.9.0 / 2013-06-18
==================
* git-squash: add --me flag to flatten the current branch

View file

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