Release 0.0.7

This commit is contained in:
Tj Holowaychuk 2010-10-31 18:52:27 -07:00
parent 1d0bab6797
commit 26c4da6085
2 changed files with 11 additions and 1 deletions

View file

@ -1,4 +1,14 @@
0.0.7 / 2010-10-31
==================
* Added man pages [Jonhnny Weslley]
* Added `make clean`
* Added `make docs`
* Added -d -> -D. Closes #15
* Added git-delete-submodule for delete submodules easily [Jonhnny Weslley]
* Added; `git-ignore` now shows the contents of _./.git-ignore_ if no args are present
0.0.6 / 2010-10-22
==================

View file

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