mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
Release 0.0.6
This commit is contained in:
parent
3f06078531
commit
3ab9284fde
3
AUTHORS
3
AUTHORS
|
|
@ -16,3 +16,6 @@ Patches and Suggestions
|
|||
- Jason Young
|
||||
- Nick Campbell
|
||||
- Jonhnny Weslley
|
||||
- Alex McHale
|
||||
- Gert Van Gool
|
||||
- Devin Withers
|
||||
|
|
|
|||
|
|
@ -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
|
||||
==================
|
||||
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
#!/bin/sh
|
||||
echo "0.0.5"
|
||||
echo "0.0.6"
|
||||
Loading…
Reference in a new issue