From c8dc5a8a19bddc802a32f1233f11e4cf8cb3bf2c Mon Sep 17 00:00:00 2001 From: Tj Holowaychuk Date: Sun, 27 Mar 2011 09:07:27 -0700 Subject: [PATCH] Release 0.2.0 --- History.md | 9 +++++++++ bin/git-extras | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index a77455c..fdb8051 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,13 @@ +0.2.0 / 2011-03-27 +================== + + * Added `git-extras` + * Added __LICENSE__ + * Removed `git-extras-version`, use `git extras --version` + * Removed `git-extras-update`, use `git extras update` + * Changed; make sure to get the last chronological tag, instead of relying on the bogus `git tag` sorting. [guillermo] + 0.1.0 / 2011-02-10 ================== diff --git a/bin/git-extras b/bin/git-extras index e6d1d47..188f380 100755 --- a/bin/git-extras +++ b/bin/git-extras @@ -1,6 +1,6 @@ #!/bin/sh -VERSION="0.1.0" +VERSION="0.2.0" update() { local orig=$PWD