Skip to content

Commit f76aafe

Browse files
committed
release 0.3.2
1 parent 881dbbf commit f76aafe

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.3.2 (Dec 10 2018)
2+
3+
Accept stdin input in CLI tool
4+
15
# 0.3.1 (Dec 5 2018)
26

37
Adds CLI to validate local files.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Currently it is recommended to declare consistent version in all your files:
8080

8181
# Syntax checking
8282

83-
Since `0.3.1` plugin is an executable and supports basic syntax checking.
83+
Since `0.3.2` plugin is an executable and supports basic syntax checking.
8484

8585
## Usage with java installed
8686

@@ -123,7 +123,7 @@ sudo bash -c "`curl -L https://raw.githubusercontent.com/ai-traders/ide/master/i
123123

124124
Add `Idefile` in your project with following content
125125
```
126-
IDE_DOCKER_IMAGE=tomzo/gocd-json-ide:0.3.1
126+
IDE_DOCKER_IMAGE=tomzo/gocd-json-ide:0.3.2
127127
```
128128

129129
To validate files run:
@@ -146,7 +146,7 @@ watch gocd-json syntax mypipe.gopipeline.json
146146
## Usage with docker only
147147

148148
```
149-
docker run -ti --rm --volume $(pwd):/ide/work tomzo/gocd-json-ide:0.3.1 bash
149+
docker run -ti --rm --volume $(pwd):/ide/work tomzo/gocd-json-ide:0.3.2 bash
150150
```
151151
Then you have an interactive shell as above.
152152

0 commit comments

Comments
 (0)