Skip to content

Commit

Permalink
Merge pull request #20 from phatblat/release-1.0.0
Browse files Browse the repository at this point in the history
Release 1.0.0
  • Loading branch information
phatblat authored Dec 29, 2017
2 parents 61db3ad + 13635b6 commit 05864f5
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 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)
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import org.junit.platform.gradle.plugin.JUnitPlatformExtension
/* -------------------------------------------------------------------------- */

group = "at.phatbl"
version = "0.1.0"
version = "1.0.0"

val kotlinVersion: String by extra
project.logger.lifecycle("kotlinVersion: $kotlinVersion")
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
1.0.0

0 comments on commit 05864f5

Please sign in to comment.