Skip to content

Commit 432f21c

Browse files
authored
Release 4.2.0 (#210)
* build: Update dependencies * docs: Update changelog * build: Bump version to 4.2.0
1 parent 54f9d8e commit 432f21c

3 files changed

Lines changed: 29 additions & 23 deletions

File tree

CHANGELOG.adoc

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,8 @@ These changes are merged into the `main` branch, but have not been released. Aft
3232

3333
=== Bugfixes
3434

35-
* https://github.com/lyrasis/kiba-extend/issues/203[#203] - Iterative Cleanup Jobs with same name defined in BaseProject and DependentProject cause error on file registration
36-
3735
=== Added
3836

39-
* Added example value and occurrence count to Deduplicate::Table transform (PR#202)
40-
* Added `#replace_entry_x_with_entry_y` method to `FileRegistry`
41-
4237
=== Changed
4338

4439
=== Deleted
@@ -49,6 +44,17 @@ These changes are merged into the `main` branch, but have not been released. Aft
4944

5045
== Releases
5146

47+
=== 4.2.0 - 2025-06-03
48+
==== Bugfixes
49+
50+
* https://github.com/lyrasis/kiba-extend/issues/203[#203] - Iterative Cleanup Jobs with same name defined in BaseProject and DependentProject cause error on file registration
51+
52+
==== Added
53+
54+
* Added example value and occurrence count to Deduplicate::Table transform (PR#202)
55+
* Added `#replace_entry_x_with_entry_y` method to `FileRegistry`(PR#204)
56+
* Added `final_lookup_sources` method in IterativeCleanup mixin, allowing for configurable pre/post transformation logic for `cleanup_base_name__final` job to include transforms that use lookup tables. (PR#209)
57+
5258
=== 4.1.0 - 2025-03-28
5359

5460
==== Bugfixes

Gemfile.lock

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ GIT
1212
PATH
1313
remote: .
1414
specs:
15-
kiba-extend (4.1.0)
15+
kiba-extend (4.2.0)
1616
activesupport
1717
amazing_print
1818
bigdecimal
@@ -43,22 +43,22 @@ GEM
4343
securerandom (>= 0.3)
4444
tzinfo (~> 2.0, >= 2.0.5)
4545
uri (>= 0.13.1)
46-
amazing_print (1.7.2)
46+
amazing_print (1.8.1)
4747
ast (2.4.3)
48-
base64 (0.2.0)
49-
benchmark (0.4.0)
50-
bigdecimal (3.1.9)
48+
base64 (0.3.0)
49+
benchmark (0.4.1)
50+
bigdecimal (3.2.1)
5151
coderay (1.1.3)
5252
concurrent-ruby (1.3.5)
53-
connection_pool (2.5.0)
54-
csv (3.3.3)
53+
connection_pool (2.5.3)
54+
csv (3.3.5)
5555
date (3.4.1)
5656
debug (1.10.0)
5757
irb (~> 1.10)
5858
reline (>= 0.3.8)
59-
diff-lcs (1.6.1)
59+
diff-lcs (1.6.2)
6060
docile (1.4.0)
61-
drb (2.2.1)
61+
drb (2.2.3)
6262
dry-configurable (1.3.0)
6363
dry-core (~> 1.1)
6464
zeitwerk (~> 2.6)
@@ -90,9 +90,9 @@ GEM
9090
measured (3.2.0)
9191
activesupport (>= 5.2)
9292
method_source (1.0.0)
93-
mini_portile2 (2.8.8)
93+
mini_portile2 (2.8.9)
9494
minitest (5.25.5)
95-
nokogiri (1.18.6)
95+
nokogiri (1.18.8)
9696
mini_portile2 (~> 2.8.2)
9797
racc (~> 1.4)
9898
parallel (1.26.3)
@@ -118,19 +118,19 @@ GEM
118118
reline (0.6.0)
119119
io-console (~> 0.5)
120120
rexml (3.4.1)
121-
rspec (3.13.0)
121+
rspec (3.13.1)
122122
rspec-core (~> 3.13.0)
123123
rspec-expectations (~> 3.13.0)
124124
rspec-mocks (~> 3.13.0)
125-
rspec-core (3.13.3)
125+
rspec-core (3.13.4)
126126
rspec-support (~> 3.13.0)
127-
rspec-expectations (3.13.3)
127+
rspec-expectations (3.13.5)
128128
diff-lcs (>= 1.2.0, < 2.0)
129129
rspec-support (~> 3.13.0)
130-
rspec-mocks (3.13.2)
130+
rspec-mocks (3.13.5)
131131
diff-lcs (>= 1.2.0, < 2.0)
132132
rspec-support (~> 3.13.0)
133-
rspec-support (3.13.2)
133+
rspec-support (3.13.4)
134134
rubocop (1.75.1)
135135
json (~> 2.3)
136136
language_server-protocol (~> 3.17.0.2)
@@ -185,7 +185,7 @@ GEM
185185
yardspec (0.2.0)
186186
rspec
187187
yard
188-
zeitwerk (2.7.2)
188+
zeitwerk (2.7.3)
189189

190190
PLATFORMS
191191
ruby

lib/kiba/extend/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Kiba
44
module Extend
5-
VERSION = "4.1.0"
5+
VERSION = "4.2.0"
66
end
77
end

0 commit comments

Comments
 (0)