From be254993e6ca0eb8e7a1fd27e409d612cb3c107d Mon Sep 17 00:00:00 2001 From: Bo Lingen Date: Fri, 26 Oct 2018 04:12:34 +0000 Subject: [PATCH] chore(version): v0.6.0 --- changelog.md | 18 ++++++++++++++++++ fugitive.nimble | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index be786f9..1031cb3 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,21 @@ + +### [`v0.6.0`](https://github.com/citycide/fugitive/compare/v0.5.0...v0.6.0) (2018-10-26) + + +###### FEATURES + +* **changelog:** render PR references as links ([`e81b5da`](https://github.com/citycide/fugitive/commit/e81b5dadefccd6993bb132bfa15ed039d8c34855)) +* **changelog:** don't render non-conforming commit messages ([`d052379`](https://github.com/citycide/fugitive/commit/d05237927c87541befa3626813e4e87fed632050)) +* add `scrap` command ([`60c1a41`](https://github.com/citycide/fugitive/commit/60c1a410a6608f97713e4583909dcef3c5a7104b)) +* **unstage:** add `--all` flag for unstaging all staged files ([`c771fd4`](https://github.com/citycide/fugitive/commit/c771fd45145f281ea7b335b62745c177934703e8)) +* fail on unknown commands ([`b3eb775`](https://github.com/citycide/fugitive/commit/b3eb77564d3b9770eed3c50d62a8aec3e277119e)) + +###### PERFORMANCE + +* **changelog:** tiny improvement to header parser ([`a550d81`](https://github.com/citycide/fugitive/commit/a550d812d21381b6fe28073dd67813ef81470519)) + +--- + ### [`v0.5.0`](https://github.com/citycide/fugitive/compare/v0.4.0...v0.5.0) (2018-07-10) diff --git a/fugitive.nimble b/fugitive.nimble index 0a8da4e..866d36d 100644 --- a/fugitive.nimble +++ b/fugitive.nimble @@ -1,4 +1,4 @@ -version = "0.5.0" +version = "0.6.0" author = "citycide" description = "Simple command line tool to make git more intuitive, along with useful GitHub addons." license = "MIT"