Skip to content

Commit 07889e4

Browse files
authored
Merge pull request #59 from civitaspo/rel/v0.2.2
Ship v0.2.2
2 parents fb52bc3 + 80ea80f commit 07889e4

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
0.2.2 (2019-07-19)
2+
==================
3+
4+
* [Enhancement] Use scala-logging for logging instead of using slf4j directly
5+
* [Enhancement] Use workgroup default output location for athena query result output location.
6+
* [Change - `athena.ctas>`] Introduce `location` option and `output` option become deprecated.
7+
8+
19
0.2.1 (2019-07-16)
210
==================
311

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ _export:
1515
repositories:
1616
- https://jitpack.io
1717
dependencies:
18-
- pro.civitaspo:digdag-operator-athena:0.2.1
18+
- pro.civitaspo:digdag-operator-athena:0.2.2
1919
athena:
2020
auth_method: profile
2121

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group = 'pro.civitaspo'
8-
version = '0.2.1'
8+
version = '0.2.2'
99

1010
def digdagVersion = '0.9.37'
1111
def awsSdkVersion = "1.11.587"

example/example.dig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ _export:
44
- file://${repos}
55
# - https://jitpack.io
66
dependencies:
7-
- pro.civitaspo:digdag-operator-athena:0.2.1
7+
- pro.civitaspo:digdag-operator-athena:0.2.2
88
athena:
99
auth_method: profile
1010
value: 5

0 commit comments

Comments
 (0)