From ccd7c8e2048b64e15fb5520f2fabf121e0581c3c Mon Sep 17 00:00:00 2001 From: Tj Holowaychuk Date: Fri, 8 Oct 2010 08:33:49 -0700 Subject: [PATCH] Release 0.0.5 --- History.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/History.md b/History.md index b6cff10..72143af 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,12 @@ +0.0.5 / 2010-10-08 +================== + + * Added `git-delete-submodule` [Jonhnny Weslley] + * Added; `git-ignore` without pattern shows .gitignore contents [Jonhnny Weslley] + * Added; `git-setup` argument is now optional, defaulting to the CWD + * Added REPL alias "ls" as ls-files + 0.0.4 / 2010-09-10 ==================