Skip to content

Commit

Permalink
Add changelog entry, update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vprigent committed Jun 4, 2024
1 parent d429b07 commit eee89d8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 9.5.0
- Support Rails 7.2

## 9.4.0
- Reset model schema cache before each data migration https://github.com/ilyakatz/data-migrate/pull/307
- Run load_config rake task before db:migrate:with_data https://github.com/ilyakatz/data-migrate/pull/308
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ table to track all migrations.

## Rails Support

Support Rails 6.1 through 7.1
Support Rails 6.1 through 7.2


#### v1
Expand Down
4 changes: 4 additions & 0 deletions gemfiles/rails_7.2.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,8 @@ GEM
nio4r (2.7.3)
nokogiri (1.16.5-aarch64-linux)
racc (~> 1.4)
nokogiri (1.16.5-arm64-darwin)
racc (~> 1.4)
overcommit (0.63.0)
childprocess (>= 0.6.3, < 6)
iniparse (~> 1.4)
Expand Down Expand Up @@ -223,6 +225,7 @@ GEM
parser (>= 3.3.1.0)
ruby-progressbar (1.13.0)
sqlite3 (2.0.2-aarch64-linux-gnu)
sqlite3 (2.0.2-arm64-darwin)
stringio (3.1.0)
strscan (3.1.0)
thor (1.3.1)
Expand All @@ -240,6 +243,7 @@ GEM

PLATFORMS
aarch64-linux
arm64-darwin-23

DEPENDENCIES
appraisal
Expand Down

0 comments on commit eee89d8

Please sign in to comment.