Skip to content

Commit

Permalink
added changelog to monitor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjtait committed Jun 12, 2015
1 parent 46f26e3 commit 3c6aea4
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# v1.1.0

* Adds help command `github help`

# v1.0.0

Initial release, with the following functionality:

* `github` opens GitHub repository and branch
* `github compare` opens GitHub branch comparison with `master`
* `github compare branch_name` opens GitHub branch comparison with `branch_name`
* `github pr` opens a GitHub pull request against `master`
* `github pr branch_name` opens a GitHub pull request against `branch_name`

0 comments on commit 3c6aea4

Please sign in to comment.