From 4a56adb294c22c513b9977e64452e9b9a1925353 Mon Sep 17 00:00:00 2001 From: TJ Holowaychuk Date: Sat, 4 Feb 2012 14:01:59 -0800 Subject: [PATCH] Release 1.0.0 --- History.md | 5 +++++ bin/git-extras | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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