Skip to content

Commit da54e94

Browse files
committed
release 0.3.6
1 parent a2472c2 commit da54e94

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# unreleased
1+
# 0.3.6 (21 Jan 2019)
22

33
* Changed JSON keys returned by `get-capabilities` call
44
* Changed JSON structure returned by `parse-content` call

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.5
126+
IDE_DOCKER_IMAGE=tomzo/gocd-json-ide:0.3.6
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.5 bash
149+
docker run -ti --rm --volume $(pwd):/ide/work tomzo/gocd-json-ide:0.3.6 bash
150150
```
151151
Then you have an interactive shell as above.
152152

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group = 'com.thoughtworks.go'
2-
version = '0.3.5'
2+
version = '0.3.6'
33

44
apply plugin: 'java'
55

0 commit comments

Comments
 (0)