From 3a82acaa8e0d2b1852531565b821685c27e817da Mon Sep 17 00:00:00 2001 From: Tj Holowaychuk Date: Fri, 24 Jun 2011 11:16:39 -0700 Subject: [PATCH] Release 0.6.0 --- History.md | 5 +++++ bin/git-extras | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index ade71ab..279b6cd 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,9 @@ +0.6.0 / 2011-06-24 +================== + + * Added `git-back` command for soft undos [Kenneth Reitz] + 0.5.1 / 2011-05-20 ================== diff --git a/bin/git-extras b/bin/git-extras index 29ce01f..dad9788 100755 --- a/bin/git-extras +++ b/bin/git-extras @@ -1,6 +1,6 @@ #!/bin/sh -VERSION="0.5.1" +VERSION="0.6.0" update() { local orig=$PWD