Skip to content

Commit a6cfc89

Browse files
committed
Release 4.3.2
1 parent 66ccd65 commit a6cfc89

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

.github_changelog_generator

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
user=rpush
22
project=modis
3-
future-release=v4.3.1
3+
future-release=v4.3.2

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

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+
312
## [v4.3.1](https://github.com/rpush/modis/tree/v4.3.1) (2024-08-01)
413

514
[Full Changelog](https://github.com/rpush/modis/compare/v4.3.0...v4.3.1)

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-
modis (4.3.1)
4+
modis (4.3.2)
55
activemodel (>= 5.2)
66
activesupport (>= 5.2)
77
connection_pool (>= 2)
@@ -94,7 +94,7 @@ GEM
9494
public_suffix (5.0.1)
9595
rainbow (3.0.0)
9696
rake (13.0.1)
97-
redis (5.2.0)
97+
redis (5.3.0)
9898
redis-client (>= 0.22.0)
9999
redis-client (0.22.2)
100100
connection_pool

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.3.1'
4+
VERSION = '4.3.2'
55
end

0 commit comments

Comments
 (0)