Skip to content

Commit

Permalink
Release v9.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wildmaples committed Oct 5, 2023
1 parent 6bd8fc0 commit 428b1e1
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 9 deletions.
7 changes: 3 additions & 4 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# Changelog

## 11.0.0
- Commit *.lock files
- Remove support for Rails 6.0
- Support Rails 7.1
## 9.2.0
- Support Rails 7.1 https://github.com/ilyakatz/data-migrate/pull/278
- Build and test against 7.1.0.rc1 https://github.com/ilyakatz/data-migrate/pull/286

## 9.1.0

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:
data_migrate (9.1.0)
data_migrate (9.2.0)
activerecord (>= 6.1)
railties (>= 6.1)

Expand Down
5 changes: 4 additions & 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:
data_migrate (9.1.0)
data_migrate (9.2.0)
activerecord (>= 6.1)
railties (>= 6.1)

Expand Down Expand Up @@ -110,6 +110,8 @@ GEM
nio4r (2.5.9)
nokogiri (1.15.2-arm64-darwin)
racc (~> 1.4)
nokogiri (1.15.2-x86_64-linux)
racc (~> 1.4)
overcommit (0.60.0)
childprocess (>= 0.6.3, < 5)
iniparse (~> 1.4)
Expand Down Expand Up @@ -191,6 +193,7 @@ GEM
activesupport (>= 5.2)
sprockets (>= 3.0.0)
sqlite3 (1.6.3-arm64-darwin)
sqlite3 (1.6.3-x86_64-linux)
thor (1.2.2)
timecop (0.9.6)
timeout (0.3.2)
Expand Down
5 changes: 4 additions & 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:
data_migrate (9.1.0)
data_migrate (9.2.0)
activerecord (>= 6.1)
railties (>= 6.1)

Expand Down Expand Up @@ -117,6 +117,8 @@ GEM
nio4r (2.5.9)
nokogiri (1.15.3-arm64-darwin)
racc (~> 1.4)
nokogiri (1.15.3-x86_64-linux)
racc (~> 1.4)
overcommit (0.60.0)
childprocess (>= 0.6.3, < 5)
iniparse (~> 1.4)
Expand Down Expand Up @@ -193,6 +195,7 @@ GEM
parser (>= 3.2.1.0)
ruby-progressbar (1.13.0)
sqlite3 (1.6.3-arm64-darwin)
sqlite3 (1.6.3-x86_64-linux)
thor (1.2.2)
timecop (0.9.6)
timeout (0.4.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:
data_migrate (9.1.0)
data_migrate (9.2.0)
activerecord (>= 6.1)
railties (>= 6.1)

Expand Down
2 changes: 1 addition & 1 deletion lib/data_migrate/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module DataMigrate
VERSION = "9.1.0".freeze
VERSION = "9.2.0".freeze
end

0 comments on commit 428b1e1

Please sign in to comment.