From 7318faccd98a696f8a634fa4210cb8144ff0b0fd Mon Sep 17 00:00:00 2001 From: Tj Holowaychuk Date: Fri, 27 Aug 2010 13:46:20 -0700 Subject: [PATCH] Release 0.0.3 --- History.md | 14 ++++++++++++++ bin/git-extras-version | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 4f64d4e..90403d9 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,18 @@ +0.0.3 / 2010-08-27 +================== + + * Added git-extras-version + * Added git-update-extras + * Fixed git-contrib issue when the username is in a commit msg + * Merge branch 'integration' + * Delete remote tag only if local was deleted + * Delete remote branch only if local was deleted + * Use -d to avoid deleting an unmerged branch by accident + * Merge branch 'integration' + * Fix printing of authors for git-summary's on Ubuntu + * read doesn't have the -e option in SH on my machine at least. + 0.0.2 / 2010-08-24 ================== diff --git a/bin/git-extras-version b/bin/git-extras-version index 32ebf1a..e8dcbf9 100755 --- a/bin/git-extras-version +++ b/bin/git-extras-version @@ -1,2 +1,2 @@ #!/bin/sh -echo "0.0.2" \ No newline at end of file +echo "0.0.3" \ No newline at end of file