Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
keithamus committed Mar 8, 2015
1 parent 51cddf4 commit ad38579
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
### v1.1.0

- [#9](https://github.com/keithamus/parallelshell/pull/9) Add shell colour
support (passing through colours from child shells). (Fixes #7)
([@paulpflug](https://github.com/paulpflug))
- [#8](https://github.com/keithamus/parallelshell/pull/8) Fix examples in
README to better support Windows.
([@jeffcharles](https://github.com/jeffcharles))

### v1.0.4

- [#4](https://github.com/keithamus/parallelshell/pull/4) Ensure app doesn't
crash if the exit code isn't present (on some windows machines)
([@jackysee](https://github.com/jackysee))

### v1.0.3

Fix deploy issues

### v1.0.2

Fix deploy issues

### v1.0.1

Fix deploy issues

### v1.0.0

Initial Release
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "parallelshell",
"version": "1.0.4",
"version": "1.1.0",
"description": "Invoke multiple commands, running in parallel",
"homepage": "https://github.com/keithamus/parallelshell",
"repository": {
Expand Down

0 comments on commit ad38579

Please # to comment.