Skip to content

Commit

Permalink
Merge pull request #48 from civitaspo/rel/v0.5.1
Browse files Browse the repository at this point in the history
Ship v0.5.1
  • Loading branch information
civitaspo authored Jun 24, 2020
2 parents eda50a2 + c7fb95e commit aaee535
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.5.1 (2020-06-24)
==================

* [Fix] [#47](https://github.com/civitaspo/embulk-output-s3_parquet/pull/47) Use lower case without any space for Glue data type.

0.5.0 (2020-05-25)
==================

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repositories {
}

group = "pro.civitaspo"
version = "0.5.0"
version = "0.5.1"
description = "Dumps records to S3 Parquet."

sourceCompatibility = 1.8
Expand Down

0 comments on commit aaee535

Please sign in to comment.