Skip to content

Commit 6e6c36a

Browse files
committed
Release v4.3.0
1 parent 7967970 commit 6e6c36a

File tree

3 files changed

+21
-12
lines changed

3 files changed

+21
-12
lines changed

CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
# Changelog
22

3-
## [v4.1.0](https://github.com/rpush/modis/tree/v4.1.0) (2023-08-01)
3+
## [v4.1.0](https://github.com/rpush/modis/tree/v4.1.0) (2024-07-31)
44

5-
[Full Changelog](https://github.com/rpush/modis/compare/v4.1.0...v4.1.0)
5+
[Full Changelog](https://github.com/rpush/modis/compare/v4.2.0...v4.1.0)
6+
7+
**Merged pull requests:**
8+
9+
- Add support for multiple redis connections [\#49](https://github.com/rpush/modis/pull/49) ([SxDx](https://github.com/SxDx))
10+
- Fix deprecation warning [\#48](https://github.com/rpush/modis/pull/48) ([SxDx](https://github.com/SxDx))
11+
12+
## [v4.2.0](https://github.com/rpush/modis/tree/v4.2.0) (2023-08-01)
13+
14+
[Full Changelog](https://github.com/rpush/modis/compare/v4.1.0...v4.2.0)
615

716
**Merged pull requests:**
817

Gemfile.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
modis (4.2.0)
4+
modis (4.3.0)
55
activemodel (>= 5.2)
66
activesupport (>= 5.2)
77
connection_pool (>= 2)
@@ -48,8 +48,8 @@ GEM
4848
parallel
4949
codeclimate-test-reporter (1.0.7)
5050
simplecov
51-
concurrent-ruby (1.2.0)
52-
connection_pool (2.3.0)
51+
concurrent-ruby (1.2.2)
52+
connection_pool (2.4.1)
5353
console (1.16.2)
5454
fiber-local
5555
diff-lcs (1.4.4)
@@ -71,12 +71,12 @@ GEM
7171
rainbow (>= 2.2.1)
7272
rake (>= 10.0)
7373
hiredis (0.6.3)
74-
i18n (1.12.0)
74+
i18n (1.14.1)
7575
concurrent-ruby (~> 1.0)
7676
io-event (1.1.6)
7777
jaro_winkler (1.5.4)
78-
minitest (5.17.0)
79-
msgpack (1.6.0)
78+
minitest (5.19.0)
79+
msgpack (1.7.2)
8080
multi_json (1.15.0)
8181
octokit (4.25.1)
8282
faraday (>= 1, < 3)
@@ -94,9 +94,9 @@ GEM
9494
public_suffix (5.0.1)
9595
rainbow (3.0.0)
9696
rake (13.0.1)
97-
redis (5.0.6)
98-
redis-client (>= 0.9.0)
99-
redis-client (0.12.1)
97+
redis (5.2.0)
98+
redis-client (>= 0.22.0)
99+
redis-client (0.22.2)
100100
connection_pool
101101
rexml (3.2.5)
102102
rspec (3.9.0)

lib/modis/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 Modis
4-
VERSION = '4.2.0'
4+
VERSION = '4.3.0'
55
end

0 commit comments

Comments
 (0)