From 3c7d4e67f43c7b118424b860e414cd19c527cded Mon Sep 17 00:00:00 2001 From: "hemanth.hm" Date: Mon, 13 Oct 2014 17:51:54 +0530 Subject: [PATCH] Version 2.1.0 --- History.md | 40 ++++++++++++++++++++++++++++++++++++++++ bin/git-extras | 2 +- 2 files changed, 41 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 0665be5..55fe3d2 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,44 @@ +2.1.0 / 2014-10-13 +================== + + * Fixes #266 + * Merge pull request #264 from jamesmanning/patch-1 + * fixed descriptions: match required/optional params + * Merge pull request #263 from Yitsushi/bug/180-does-not-check-out-branch-if-it-already-exists + * fix #180 and #232 feature|bug|refactor checkout + * Merge pull request #262 from rstacruz/gh-259-git-pr + * Implement git-pr + * Merge pull request #261 from sanusart/master + * FIX: representation of git-info + * Merge pull request #260 from brandondrew/patch-1 + * import changes *from* a branch + * Merge pull request #258 from spacewander/master + * use mixin to add 'is git repo' check for some commands + * Merge pull request #255 from sanusart/master + * Bump version in `bin/git-extras` + * Changelogs for version 2.0.0 + +n.n.n / 2014-10-13 +================== + + * Fixes #266 + * Merge pull request #264 from jamesmanning/patch-1 + * fixed descriptions: match required/optional params + * Merge pull request #263 from Yitsushi/bug/180-does-not-check-out-branch-if-it-already-exists + * fix #180 and #232 feature|bug|refactor checkout + * Merge pull request #262 from rstacruz/gh-259-git-pr + * Implement git-pr + * Merge pull request #261 from sanusart/master + * FIX: representation of git-info + * Merge pull request #260 from brandondrew/patch-1 + * import changes *from* a branch + * Merge pull request #258 from spacewander/master + * use mixin to add 'is git repo' check for some commands + * Merge pull request #255 from sanusart/master + * Bump version in `bin/git-extras` + * Changelogs for version 2.0.0 + 2.0.0 / 2014-09-20 ================== diff --git a/bin/git-extras b/bin/git-extras index 4e3531b..febeb0e 100755 --- a/bin/git-extras +++ b/bin/git-extras @@ -1,6 +1,6 @@ #!/bin/sh -VERSION="2.0.1" +VERSION="2.1.0" update() { local bin=$(which git-extras)