Skip to content

Commit

Permalink
Merge pull request #31 from civitaspo/rel/v0.1.1
Browse files Browse the repository at this point in the history
Ship v0.1.1
  • Loading branch information
civitaspo authored Dec 7, 2018
2 parents 801f52c + 0e00ce6 commit 0d4b714
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.1.1 (2018-12-07)
==================

* [Fix] `athena.ctas>` Skip removing objects if removable targets do not exist.

0.1.0 (2018-10-20)
==================

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-athena:0.1.0
- pro.civitaspo:digdag-operator-athena:0.1.1
athena:
auth_method: profile

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.1.0'
version = '0.1.1'

def digdagVersion = '0.9.27'
def awsSdkVersion = "1.11.372"
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-athena:0.1.0
- pro.civitaspo:digdag-operator-athena:0.1.1
athena:
auth_method: profile
value: 5
Expand Down

0 comments on commit 0d4b714

Please sign in to comment.