Skip to content

Commit 0de4e2c

Browse files
committedJul 16, 2016
Prepare release 1.2.2
1 parent d9a0e8e commit 0de4e2c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed
 

‎CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# CHANGELOG
22

3+
## 1.2.2
4+
5+
* Issue #16: Command on different drive didn't work on windows
6+
7+
## 1.2.1
8+
9+
* Issue #1: Command with spaces didn't work on windows
10+
311
## 1.2.0
412

513
* Add option to return untrimmed output and error

‎src/Command.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* This class represents a shell command.
88
*
99
* @author Michael Härtl <haertl.mike@gmail.com>
10-
* @version 1.2.0
10+
* @version 1.2.2
1111
* @license http://www.opensource.org/licenses/MIT
1212
*/
1313
class Command

0 commit comments

Comments
 (0)
Please sign in to comment.