diff --git a/History.md b/History.md index 777769f..e63ec8c 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,11 @@ +0.8.0 / 2011-12-08 +================== + + * Added `pre-release` and `post-release `hooks to git-release + * Added `git-promote` + * Fixed: "git extra update" errors when pwd includes whitespace + 0.7.0 / 2011-08-24 ================== diff --git a/bin/git-extras b/bin/git-extras index f7b541e..7a98343 100755 --- a/bin/git-extras +++ b/bin/git-extras @@ -1,6 +1,6 @@ #!/bin/sh -VERSION="0.7.0" +VERSION="0.8.0" update() { local orig=$PWD