File tree Expand file tree Collapse file tree 4 files changed +13
-4
lines changed Expand file tree Collapse file tree 4 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 1
1
user=rpush
2
2
project=modis
3
- future-release=v4.3.1
3
+ future-release=v4.3.2
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ v4.3.2] ( https://github.com/rpush/modis/tree/v4.3.2 ) (2024-09-06)
4
+
5
+ [ Full Changelog] ( https://github.com/rpush/modis/compare/v4.3.1...v4.3.2 )
6
+
7
+ ** Merged pull requests:**
8
+
9
+ - Test on Rails 7.2 [ \# 54] ( https://github.com/rpush/modis/pull/54 ) ([ benlangfeld] ( https://github.com/benlangfeld ) )
10
+ - Test on new Ruby/Rails versions [ \# 52] ( https://github.com/rpush/modis/pull/52 ) ([ benlangfeld] ( https://github.com/benlangfeld ) )
11
+
3
12
## [ v4.3.1] ( https://github.com/rpush/modis/tree/v4.3.1 ) (2024-08-01)
4
13
5
14
[ Full Changelog] ( https://github.com/rpush/modis/compare/v4.3.0...v4.3.1 )
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- modis (4.3.1 )
4
+ modis (4.3.2 )
5
5
activemodel (>= 5.2 )
6
6
activesupport (>= 5.2 )
7
7
connection_pool (>= 2 )
94
94
public_suffix (5.0.1 )
95
95
rainbow (3.0.0 )
96
96
rake (13.0.1 )
97
- redis (5.2 .0 )
97
+ redis (5.3 .0 )
98
98
redis-client (>= 0.22.0 )
99
99
redis-client (0.22.2 )
100
100
connection_pool
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module Modis
4
- VERSION = '4.3.1 '
4
+ VERSION = '4.3.2 '
5
5
end
You can’t perform that action at this time.
0 commit comments