diff --git a/History.md b/History.md index e1a03bf..f4fdd87 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,9 @@ +1.0.0 / 2012-02-04 +================== + + * Added `git-squash BRANCH [MSG]` to merge as a single commit + 0.9.0 / 2012-01-15 ================== diff --git a/bin/git-extras b/bin/git-extras index 8424da6..06253a6 100755 --- a/bin/git-extras +++ b/bin/git-extras @@ -1,6 +1,6 @@ #!/bin/sh -VERSION="0.9.0" +VERSION="1.0.0" update() { local orig=$PWD