Skip to content

Commit

Permalink
minor #16 Release v1.0.0 (peterrehm)
Browse files Browse the repository at this point in the history
Discussion
----------

* minor #14 Readme-Update für zsh-Shells (@SimonStasius)
* bug #12 Fixed additional quote in merge commit (@peterrehm)
* bug #10 Escape quotes in commit message (@peterrehm)
* bug #8 Stage all files prior to the stash to ensure all new work is saved properly (@peterrehm)
* feature #7 Added sync command (@peterrehm)

Commits
-------

- c9875e7 Updated vendors and prepared release v1.0.0 (peterrehm)
  • Loading branch information
peterrehm committed Jan 30, 2017
2 parents cfbb616 + c9875e7 commit 95bfbe7
Show file tree
Hide file tree
Showing 4 changed files with 1,039 additions and 159 deletions.
22 changes: 20 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
Changelog
=========

* 1.0.0

* minor #14 Readme-Update für zsh-Shells (SimonStasius)
* bug #12 Fixed additional quote in merge commit (peterrehm)
* bug #10 Escape quotes in commit message (peterrehm)
* bug #8 Stage all files prior to the stash to ensure all new work is saved properly (peterrehm)
* feature #7 Added sync command (peterrehm)

* 1.0.0-alpha3

* bug #6 Close PR after rebased commits (peterrehm)
* bug #5 Fixed issue with html escaping (peterrehm)
* feature #4 Support different target branches and automatically rebase before merge (peterrehm)

* 1.0.0-alpha2
* bug #3 Fixed merge command to show proper information after merge (peterrehm)

* 1.0.0-alpha1
* feature #2 Added changelog command (peterrehm)
* feature #1 Added sha2pr command to show merge commit information (peterrehm)

* feature #2 Added changelog command (peterrehm)
* feature #1 Added sha2pr command to show merge commit information (peterrehm)
13 changes: 7 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@
"description": "Git/GitHub tool",
"license": "MIT",
"require" : {
"php": ">=5.4",
"knplabs/github-api": "~1.2",
"symfony/console": "~2.7",
"symfony/yaml": "~2.7",
"symfony/process": "~2.7",
"twig/twig": "~1.0"
"php": "^7.0",
"php-http/guzzle6-adapter": "^1.0",
"knplabs/github-api": "^2.0",
"symfony/console": "^3.2",
"symfony/yaml": "^3.2",
"symfony/process": "^3.2",
"twig/twig": "^2.0"
},
"autoload" : {
"psr-4" : {
Expand Down
Loading

0 comments on commit 95bfbe7

Please sign in to comment.