Skip to content

Commit

Permalink
release 0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tomzo committed Jan 21, 2019
1 parent a2472c2 commit da54e94
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# unreleased
# 0.3.6 (21 Jan 2019)

* Changed JSON keys returned by `get-capabilities` call
* Changed JSON structure returned by `parse-content` call
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ sudo bash -c "`curl -L https://raw.githubusercontent.com/ai-traders/ide/master/i

Add `Idefile` in your project with following content
```
IDE_DOCKER_IMAGE=tomzo/gocd-json-ide:0.3.5
IDE_DOCKER_IMAGE=tomzo/gocd-json-ide:0.3.6
```

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

```
docker run -ti --rm --volume $(pwd):/ide/work tomzo/gocd-json-ide:0.3.5 bash
docker run -ti --rm --volume $(pwd):/ide/work tomzo/gocd-json-ide:0.3.6 bash
```
Then you have an interactive shell as above.

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group = 'com.thoughtworks.go'
version = '0.3.5'
version = '0.3.6'

apply plugin: 'java'

Expand Down

0 comments on commit da54e94

Please sign in to comment.