Skip to content

Commit eee89d8

Browse files
committed
Add changelog entry, update readme
1 parent d429b07 commit eee89d8

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

Changelog.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 9.5.0
4+
- Support Rails 7.2
5+
36
## 9.4.0
47
- Reset model schema cache before each data migration https://github.com/ilyakatz/data-migrate/pull/307
58
- Run load_config rake task before db:migrate:with_data https://github.com/ilyakatz/data-migrate/pull/308

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ table to track all migrations.
3636

3737
## Rails Support
3838

39-
Support Rails 6.1 through 7.1
39+
Support Rails 6.1 through 7.2
4040

4141

4242
#### v1

gemfiles/rails_7.2.gemfile.lock

+4
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,8 @@ GEM
156156
nio4r (2.7.3)
157157
nokogiri (1.16.5-aarch64-linux)
158158
racc (~> 1.4)
159+
nokogiri (1.16.5-arm64-darwin)
160+
racc (~> 1.4)
159161
overcommit (0.63.0)
160162
childprocess (>= 0.6.3, < 6)
161163
iniparse (~> 1.4)
@@ -223,6 +225,7 @@ GEM
223225
parser (>= 3.3.1.0)
224226
ruby-progressbar (1.13.0)
225227
sqlite3 (2.0.2-aarch64-linux-gnu)
228+
sqlite3 (2.0.2-arm64-darwin)
226229
stringio (3.1.0)
227230
strscan (3.1.0)
228231
thor (1.3.1)
@@ -240,6 +243,7 @@ GEM
240243

241244
PLATFORMS
242245
aarch64-linux
246+
arm64-darwin-23
243247

244248
DEPENDENCIES
245249
appraisal

0 commit comments

Comments
 (0)