Skip to content

Commit

Permalink
Merge pull request #63 from civitaspo/rel/v0.0.14
Browse files Browse the repository at this point in the history
Ship v0.0.14
  • Loading branch information
civitaspo authored Nov 23, 2019
2 parents 440e134 + 75c3f97 commit 3d890ac
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.0.14 (2019-11-24)
===================
* [Enhancement] Add `shell` option to change the shell command that the operator uses internally.

0.0.13 (2019-07-30)
===================
* [Fix] Fix environments bug: no environments in scripting operators
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ _export:
repositories:
- https://jitpack.io
dependencies:
- pro.civitaspo:digdag-operator-ecs_task:0.0.13
- pro.civitaspo:digdag-operator-ecs_task:0.0.14
ecs_task:
auth_method: profile
tmp_storage:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = 'pro.civitaspo'
version = '0.0.13'
version = '0.0.14'

def digdagVersion = '0.9.31'
def scalaSemanticVersion = "2.12.6"
Expand Down
2 changes: 1 addition & 1 deletion example/example.dig
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ _export:
- file://${repos}
# - https://jitpack.io
dependencies:
- pro.civitaspo:digdag-operator-ecs_task:0.0.13
- pro.civitaspo:digdag-operator-ecs_task:0.0.14
ecs_task:
auth_method: profile
tmp_storage:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ package pro.civitaspo.digdag.plugin

package object ecs_task {

val VERSION: String = "0.0.13"
val VERSION: String = "0.0.14"

}

0 comments on commit 3d890ac

Please sign in to comment.