Skip to content

Commit

Permalink
Prepare for 11.0.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Morozzzko committed Sep 3, 2024
1 parent 5b66f54 commit 82efc35
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

# 11.0.0

- [Update rexml to 3.3.6](https://github.com/ilyakatz/data-migrate/pull/329)
- Fixes a bug which ignored migrations on [Rails 7.1 and higher](https://github.com/ilyakatz/data-migrate/pull/326)

# 11.0.0rc
- Remove Ruby 3.0 from build matrix
- Support Rails 7.2.0 https://github.com/ilyakatz/data-migrate/pull/312
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 (11.0.0.rc3)
data_migrate (11.0.0)
activerecord (>= 6.1)
railties (>= 6.1)

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:
data_migrate (11.0.0.rc3)
data_migrate (11.0.0)
activerecord (>= 6.1)
railties (>= 6.1)

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:
data_migrate (11.0.0.rc3)
data_migrate (11.0.0)
activerecord (>= 6.1)
railties (>= 6.1)

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 (11.0.0.rc3)
data_migrate (11.0.0)
activerecord (>= 6.1)
railties (>= 6.1)

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7.2.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
data_migrate (11.0.0.rc3)
data_migrate (11.0.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 = "11.0.0.rc3".freeze
VERSION = "11.0.0".freeze
end

0 comments on commit 82efc35

Please sign in to comment.