From 9fceac864f940a5242b7843f128eac94866e521e Mon Sep 17 00:00:00 2001 From: Minero Aoki Date: Tue, 14 Feb 2017 18:47:39 +0900 Subject: [PATCH] version 5.23.1 --- Gemfile.lock | 2 +- RELEASE.md | 4 ++++ lib/bricolage/version.rb | 2 +- test/home/Gemfile.lock | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 5424b6b..fe13624 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - bricolage (5.23.0) + bricolage (5.23.1) aws-sdk (~> 2) mysql2 pg (~> 0.18.0) diff --git a/RELEASE.md b/RELEASE.md index 43a1796..871c237 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,5 +1,9 @@ # Bricolage Release Note +## version 5.23.1 + +- [new] streaming_load: new option --skip-work + ## version 5.23.0 - [CHANGE] Drops TD data source support from core. Use separated bricolage-td gem. diff --git a/lib/bricolage/version.rb b/lib/bricolage/version.rb index 14437d6..ac8d934 100644 --- a/lib/bricolage/version.rb +++ b/lib/bricolage/version.rb @@ -1,4 +1,4 @@ module Bricolage APPLICATION_NAME = 'Bricolage' - VERSION = '5.23.0' + VERSION = '5.23.1' end diff --git a/test/home/Gemfile.lock b/test/home/Gemfile.lock index 7bd07bd..dbd4046 100644 --- a/test/home/Gemfile.lock +++ b/test/home/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: ../.. specs: - bricolage (5.23.0) + bricolage (5.23.1) aws-sdk (~> 2) mysql2 pg (~> 0.18.0)