Skip to content

Commit

Permalink
Merge pull request #55 from civitaspo/rel/v0.2.1
Browse files Browse the repository at this point in the history
Ship v0.2.1
  • Loading branch information
civitaspo authored Jul 16, 2019
2 parents a7e61fc + 0e90a7f commit ff30b02
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.2.1 (2019-07-16)
==================

* [Enhancement] Add `format`, `compression` and `field_delimiter` options to `athena.apas>` operator. If not set, these are detected automatically.

0.2.0 (2019-07-16)
==================

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.2.0
- pro.civitaspo:digdag-operator-athena:0.2.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 @@ -5,7 +5,7 @@ plugins {
}

group = 'pro.civitaspo'
version = '0.2.0'
version = '0.2.1'

def digdagVersion = '0.9.37'
def awsSdkVersion = "1.11.587"
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.2.0
- pro.civitaspo:digdag-operator-athena:0.2.1
athena:
auth_method: profile
value: 5
Expand Down

0 comments on commit ff30b02

Please sign in to comment.