Skip to content

Commit 1dc61dc

Browse files
committed
release 0.3.4
1 parent 3a12fa6 commit 1dc61dc

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.3.4 (09 Jan 2019)
2+
3+
* Add export content metadata
4+
* Fix plugin settings request and implement handler for plugin config change notification
5+
16
# 0.3.3 (03 Jan 2019)
27

38
* Added support for `parse-content`.

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.3
126+
IDE_DOCKER_IMAGE=tomzo/gocd-json-ide:0.3.4
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.3 bash
149+
docker run -ti --rm --volume $(pwd):/ide/work tomzo/gocd-json-ide:0.3.4 bash
150150
```
151151
Then you have an interactive shell as above.
152152

0 commit comments

Comments
 (0)