Skip to content

Commit 2c279c0

Browse files
committed
Version bump
1 parent c410f79 commit 2c279c0

7 files changed

+12
-8
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
* Drop support Ruby <= 2.5
2-
* Drop support Rails <= 5.2
1+
4.0.0 (August 16, 2022)
2+
------------------------
3+
4+
* Drop official support Ruby 2.6 or older
5+
* Drop official support Rails 5.1 or older
36
* Migrate from Travis CI to GitHub Actions
7+
* Include Sequenced when ActiveRecord loads ([#52](https://github.com/derrickreimer/sequenced/pull/52))
48

59
3.2.0 (January 29, 2020)
610
------------------------

gemfiles/rails_5_2.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
sequenced (3.2.0)
4+
sequenced (4.0.0)
55
activerecord (>= 3.0)
66
activesupport (>= 3.0)
77

gemfiles/rails_6.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
sequenced (3.2.0)
4+
sequenced (4.0.0)
55
activerecord (>= 3.0)
66
activesupport (>= 3.0)
77

gemfiles/rails_6_1.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
sequenced (3.2.0)
4+
sequenced (4.0.0)
55
activerecord (>= 3.0)
66
activesupport (>= 3.0)
77

gemfiles/rails_7.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
sequenced (3.2.0)
4+
sequenced (4.0.0)
55
activerecord (>= 3.0)
66
activesupport (>= 3.0)
77

gemfiles/rails_master.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ GIT
9595
PATH
9696
remote: ..
9797
specs:
98-
sequenced (3.2.0)
98+
sequenced (4.0.0)
9999
activerecord (>= 3.0)
100100
activesupport (>= 3.0)
101101

lib/sequenced/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Sequenced
2-
VERSION = "3.2.0"
2+
VERSION = "4.0.0"
33
end

0 commit comments

Comments
 (0)