Release 0.0.6

This commit is contained in:
Tj Holowaychuk 2010-10-22 16:33:14 -07:00
parent 3f06078531
commit 3ab9284fde
3 changed files with 12 additions and 1 deletions

View file

@ -16,3 +16,6 @@ Patches and Suggestions
- Jason Young
- Nick Campbell
- Jonhnny Weslley
- Alex McHale
- Gert Van Gool
- Devin Withers

View file

@ -1,4 +1,12 @@
0.0.6 / 2010-10-22
==================
* Added command `git-touch`. [Alex McHale]
* Use a shallow clone in `git-update-extras`. [Devin Withers]
* Create History.md if git-changelog can't find a target. Fixes #14. [Devin Withers]
* Bump version
0.0.5 / 2010-10-08
==================

View file

@ -1,2 +1,2 @@
#!/bin/sh
echo "0.0.5"
echo "0.0.6"