From 3ab9284fde9d547907a60df6243d7f7546948e6f Mon Sep 17 00:00:00 2001 From: Tj Holowaychuk Date: Fri, 22 Oct 2010 16:33:14 -0700 Subject: [PATCH] Release 0.0.6 --- AUTHORS | 3 +++ History.md | 8 ++++++++ bin/git-extras-version | 2 +- 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index 502a89e..a74a7c7 100644 --- a/AUTHORS +++ b/AUTHORS @@ -16,3 +16,6 @@ Patches and Suggestions - Jason Young - Nick Campbell - Jonhnny Weslley +- Alex McHale +- Gert Van Gool +- Devin Withers diff --git a/History.md b/History.md index 72143af..78fa9e5 100644 --- a/History.md +++ b/History.md @@ -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 ================== diff --git a/bin/git-extras-version b/bin/git-extras-version index 45bef39..c7aa086 100755 --- a/bin/git-extras-version +++ b/bin/git-extras-version @@ -1,2 +1,2 @@ #!/bin/sh -echo "0.0.5" \ No newline at end of file +echo "0.0.6" \ No newline at end of file