Skip to content

Commit 7838f6c

Browse files
Updating version
1 parent 8ec826c commit 7838f6c

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
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

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
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

178178
BUNDLED WITH
179-
2.4.10
179+
2.4.17

lib/search_solr_tools/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module SearchSolrTools
4-
VERSION = '6.3.0.pre.1'
4+
VERSION = '6.3.0'
55
end

0 commit comments

Comments
 (0)