Skip to content

Commit 8b8153f

Browse files
committed
Bump up to v0.10.2
1 parent 03bfe82 commit 8b8153f

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

ChangeLog

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
Release 0.10.2 - 2021-09-30
2+
3+
* Make temp tables suffix length flexible
4+
* Remove embulk-output-db2 and embulk-output-oracle to be externalized in other repositories
5+
6+
Release 0.10.1 - 2021-06-16
7+
8+
* Fix Exec.newSomething() to CONFIG_MAPPER_FACTORY.newSomething()
9+
10+
Release 0.10.0 - 2021-06-16
11+
12+
* Catch up with Embulk v0.10 API/SPI
13+
* Map an Embulk config directly to java.time.ZoneId with embulk-util-config's ZoneIdModule
14+
* Release for Maven Central
15+
* Fix a compile error in embulk-output-sqlserver
16+
117
Release 0.9.0 - 2020-09-04
218

319
* Updated the whole build process -- using the "org.embulk.embulk-plugins" Gradle plugin, and else.

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ plugins {
1111

1212
allprojects {
1313
group = "org.embulk"
14-
version = "0.10.1"
14+
version = "0.10.2"
1515
description = "Inserts or updates records to a table."
1616
}
1717

0 commit comments

Comments
 (0)