From 59ff8fc54574ff2cf7e4bdd9bd2f43ce5c196d12 Mon Sep 17 00:00:00 2001 From: Maciej Mensfeld Date: Tue, 25 Aug 2020 16:01:21 +0200 Subject: [PATCH] 1.4.0 release --- CHANGELOG.md | 3 +++ Gemfile.lock | 32 +++++++++++++++++--------------- lib/water_drop/version.rb | 2 +- 3 files changed, 21 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71edc7c4..c1ea7fa5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # WaterDrop changelog +## 1.4.0 (2020-08-25) +- Release to match Karafka 1.4 versioning. + ## 1.3.4 (2020-02-17) - Support for new `dry-configurable` diff --git a/Gemfile.lock b/Gemfile.lock index 25e0a7ff..190ccfa2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - waterdrop (1.3.4) + waterdrop (1.4.0) delivery_boy (>= 0.2, < 2.x) dry-configurable (~> 0.8) dry-monitor (~> 0.3) @@ -12,14 +12,15 @@ PATH GEM remote: https://rubygems.org/ specs: - concurrent-ruby (1.1.6) + concurrent-ruby (1.1.7) delivery_boy (1.0.1) king_konf (~> 0.3) ruby-kafka (~> 1.0) - diff-lcs (1.3) - digest-crc (0.5.1) + diff-lcs (1.4.4) + digest-crc (0.6.1) + rake (~> 13.0) docile (1.3.2) - dry-configurable (0.11.5) + dry-configurable (0.11.6) concurrent-ruby (~> 1.0) dry-core (~> 0.4, >= 0.4.7) dry-equalizer (~> 0.2) @@ -35,7 +36,7 @@ GEM dry-equalizer (~> 0.2) dry-inflector (0.2.0) dry-initializer (3.0.3) - dry-logic (1.0.6) + dry-logic (1.0.7) concurrent-ruby (~> 1.0) dry-core (~> 0.2) dry-equalizer (~> 0.2) @@ -44,7 +45,7 @@ GEM dry-core (~> 0.4) dry-equalizer (~> 0.2) dry-events (~> 0.2) - dry-schema (1.5.0) + dry-schema (1.5.3) concurrent-ruby (~> 1.0) dry-configurable (~> 0.8, >= 0.8.3) dry-core (~> 0.4) @@ -59,7 +60,7 @@ GEM dry-equalizer (~> 0.3) dry-inflector (~> 0.1, >= 0.1.2) dry-logic (~> 1.0, >= 1.0.2) - dry-validation (1.5.0) + dry-validation (1.5.4) concurrent-ruby (~> 1.0) dry-container (~> 0.7, >= 0.7.1) dry-core (~> 0.4) @@ -67,26 +68,27 @@ GEM dry-initializer (~> 3.0) dry-schema (~> 1.5) king_konf (0.3.7) + rake (13.0.1) rspec (3.9.0) rspec-core (~> 3.9.0) rspec-expectations (~> 3.9.0) rspec-mocks (~> 3.9.0) - rspec-core (3.9.1) - rspec-support (~> 3.9.1) - rspec-expectations (3.9.1) + rspec-core (3.9.2) + rspec-support (~> 3.9.3) + rspec-expectations (3.9.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.9.0) rspec-mocks (3.9.1) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.9.0) - rspec-support (3.9.2) - ruby-kafka (1.0.0) + rspec-support (3.9.3) + ruby-kafka (1.2.0) digest-crc - simplecov (0.18.5) + simplecov (0.19.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov-html (0.12.2) - zeitwerk (2.3.0) + zeitwerk (2.4.0) PLATFORMS ruby diff --git a/lib/water_drop/version.rb b/lib/water_drop/version.rb index 1b06bcdc..626f5347 100644 --- a/lib/water_drop/version.rb +++ b/lib/water_drop/version.rb @@ -3,5 +3,5 @@ # WaterDrop library module WaterDrop # Current WaterDrop version - VERSION = '1.3.4' + VERSION = '1.4.0' end