Skip to content

Commit

Permalink
release 0.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tomzo committed Jan 21, 2019
1 parent ca1978d commit e1b3fd6
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.8.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 @@ -188,7 +188,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-yaml-ide:0.8.5
IDE_DOCKER_IMAGE=tomzo/gocd-yaml-ide:0.8.6
```

To validate files run:
Expand All @@ -211,7 +211,7 @@ watch gocd-yaml syntax ci.gocd.yaml
## Usage with docker only

```
docker run -ti --rm --volume $(pwd):/ide/work tomzo/gocd-yaml-ide:0.8.5 bash
docker run -ti --rm --volume $(pwd):/ide/work tomzo/gocd-yaml-ide:0.8.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 'cd.go.plugin.config.yaml'
version '0.8.5'
version '0.8.6'

apply plugin: 'java'

Expand Down

0 comments on commit e1b3fd6

Please sign in to comment.