File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1- ## Unreleased
1+ ## v6.3.0 (2023-07-24)
22
33 - Update Rubocop configuration to actually run against files, and make
44 necessary corrections to comply with Rubocop styling.
55
6- ## v6.2.0 (2022 -07-18)
6+ ## v6.2.0 (2023 -07-18)
77
88 - Remove deprecated harvesters and associated tests, helpers, etc.
99
10- ## v6.1.0 (2022 -07-14)
10+ ## v6.1.0 (2023 -07-14)
1111
1212 - Updated a few other dependencies that weren't at the newest versions.
1313
14- ## v6.0.0 (2022 -07-14)
14+ ## v6.0.0 (2023 -07-14)
1515
1616 - Updated Ruby to 3.2.2, updated gem dependencies to more recent versions.
1717
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- search_solr_tools (6.3.0.pre.1 )
4+ search_solr_tools (6.3.0 )
55 ffi-geos (~> 2.4.0 )
66 iso8601 (~> 0.13.0 )
77 multi_json (~> 1.15.0 )
@@ -176,4 +176,4 @@ RUBY VERSION
176176 ruby 3.2.2p53
177177
178178BUNDLED WITH
179- 2.4.10
179+ 2.4.17
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module SearchSolrTools
4- VERSION = '6.3.0.pre.1 '
4+ VERSION = '6.3.0'
55end
You can’t perform that action at this time.
0 commit comments