Skip to content

Commit

Permalink
Prepare release 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehaertl committed Jul 16, 2016
1 parent d9a0e8e commit 0de4e2c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CHANGELOG

## 1.2.2

* Issue #16: Command on different drive didn't work on windows

## 1.2.1

* Issue #1: Command with spaces didn't work on windows

## 1.2.0

* Add option to return untrimmed output and error
Expand Down
2 changes: 1 addition & 1 deletion src/Command.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* This class represents a shell command.
*
* @author Michael Härtl <[email protected]>
* @version 1.2.0
* @version 1.2.2
* @license http://www.opensource.org/licenses/MIT
*/
class Command
Expand Down

0 comments on commit 0de4e2c

Please sign in to comment.