Skip to content

Commit

Permalink
Prepare 1.0.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehaertl committed Nov 3, 2014
1 parent dc8d95a commit 8f85b11
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.0.4

* Add `$useExec` option to fix Windows issues (#3)

## 1.0.3

* Add `getExecuted()` to find out execution status of the command

## 1.0.2

* Add `$escape` parameter to `addArg()` to override escaping settings per call
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.0.4-dev
* @version 1.0.4
* @license http://www.opensource.org/licenses/MIT
*/
class Command
Expand Down

0 comments on commit 8f85b11

Please sign in to comment.