Skip to content

Commit

Permalink
Prepare release 6.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xjunior committed Feb 20, 2024
1 parent 7b8c9ce commit 85b9202
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 10 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ Please follow the format in [Keep a Changelog](http://keepachangelog.com/)

## [Unreleased]

## [6.7.0] - 2024-02-20

- Flex mysql2 dependency to < 0.6 and bump version to 0.5.6
- Drop support for older than the latest EOL Ruby (2.7) and Rails (6.0)

## [6.6.0] - 2024-01-02
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
departure (6.6.0)
departure (6.7.0)
activerecord (>= 6.0.0, < 7.2.0, != 7.0.0)
mysql2 (>= 0.4.0, < 0.6.0)
railties (>= 6.0.0, < 7.2.0, != 7.0.0)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6_0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
departure (6.6.0)
departure (6.7.0)
activerecord (>= 6.0.0, < 7.2.0, != 7.0.0)
mysql2 (>= 0.4.0, < 0.6.0)
railties (>= 6.0.0, < 7.2.0, != 7.0.0)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6_1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
departure (6.6.0)
departure (6.7.0)
activerecord (>= 6.0.0, < 7.2.0, != 7.0.0)
mysql2 (>= 0.4.0, < 0.6.0)
railties (>= 6.0.0, < 7.2.0, != 7.0.0)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7_0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
departure (6.6.0)
departure (6.7.0)
activerecord (>= 6.0.0, < 7.2.0, != 7.0.0)
mysql2 (>= 0.4.0, < 0.6.0)
railties (>= 6.0.0, < 7.2.0, != 7.0.0)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7_1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
departure (6.6.0)
departure (6.7.0)
activerecord (>= 6.0.0, < 7.2.0, != 7.0.0)
mysql2 (>= 0.4.0, < 0.6.0)
railties (>= 6.0.0, < 7.2.0, != 7.0.0)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_2.7_rails_6_0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
departure (6.6.0)
departure (6.7.0)
activerecord (>= 6.0.0, < 7.2.0, != 7.0.0)
mysql2 (>= 0.4.0, < 0.6.0)
railties (>= 6.0.0, < 7.2.0, != 7.0.0)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_2.7_rails_6_1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
departure (6.6.0)
departure (6.7.0)
activerecord (>= 6.0.0, < 7.2.0, != 7.0.0)
mysql2 (>= 0.4.0, < 0.6.0)
railties (>= 6.0.0, < 7.2.0, != 7.0.0)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_2.7_rails_7_0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
departure (6.6.0)
departure (6.7.0)
activerecord (>= 6.0.0, < 7.2.0, != 7.0.0)
mysql2 (>= 0.4.0, < 0.6.0)
railties (>= 6.0.0, < 7.2.0, != 7.0.0)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_2.7_rails_7_1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
departure (6.6.0)
departure (6.7.0)
activerecord (>= 6.0.0, < 7.2.0, != 7.0.0)
mysql2 (>= 0.4.0, < 0.6.0)
railties (>= 6.0.0, < 7.2.0, != 7.0.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/departure/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Departure
VERSION = '6.6.0'.freeze
VERSION = '6.7.0'.freeze
end

0 comments on commit 85b9202

Please sign in to comment.