Skip to content

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
phatblat committed Dec 29, 2017
1 parent 61db3ad commit 79b2be8
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# ShellExec CHANGELOG

## Unreleased



## 1.0.0

- Initial release
- Simpler API than Exec (`command` string vs. `commandLine` list)
- Append/prepend to `PATH`
- Supports command pipes and conditional command chains
- Easy access to `stdout`/`stderr`

⚠️ Not compatible with `Exec` tasks yet (#11), but the current API is very similar.

## 0.1.0

- Test release
- Original name: [SimpleExec](https://bintray.com/phatblat/maven-open-source/SimpleExec)

0 comments on commit 79b2be8

Please sign in to comment.