Skip to content

Commit

Permalink
Merge pull request #16 from civitaspo/rel/v0.2.0
Browse files Browse the repository at this point in the history
Ship v0.2.0
  • Loading branch information
civitaspo authored May 7, 2020
2 parents f8d53b5 + c4ed2da commit 57ad407
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
0.2.0 (2020-05-07)
==================
- [Enhancement] [#15](https://github.com/civitaspo/embulk-filter-copy/pull/15) Use the `embulk-plugins` gradle plugin.
- [Enhancement] [#15](https://github.com/civitaspo/embulk-filter-copy/pull/15) Re-write as a scala project.
- [Enhancement] [#15](https://github.com/civitaspo/embulk-filter-copy/pull/15) Deploy the gem to rubygems.org automatically.
- [Enhancement] [#15](https://github.com/civitaspo/embulk-filter-copy/pull/15) Support multiple copies
- [Breaking Change] [#15](https://github.com/civitaspo/embulk-filter-copy/pull/15) Remove [the Fluentd forward protocol](https://github.com/fluent/fluentd/wiki/Forward-Protocol-Specification-v1) dependencies.
- Remove the public internal configuration for the network.

0.1.0 (2019-09-26)
==================
* Follow embulk v0.9.x interfaces.
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.1.0"
version = "0.2.0"
description = "An filter plugin for Embulk (https://github.com/embulk/embulk/) that" +
" copies loaded data to your defined embulk filters & output plugins."

Expand Down

0 comments on commit 57ad407

Please sign in to comment.