Skip to content

Commit

Permalink
chore(version): v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
haltcase committed Oct 26, 2018
1 parent e81b5da commit be25499
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
<a name="v0.6.0"></a>
### [`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))

---

<a name="v0.5.0"></a>
### [`v0.5.0`](https://github.com/citycide/fugitive/compare/v0.4.0...v0.5.0) (2018-07-10)

Expand Down
2 changes: 1 addition & 1 deletion fugitive.nimble
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit be25499

Please sign in to comment.