Skip to content

Commit

Permalink
Merge branch 'main' into rails-7.2-update
Browse files Browse the repository at this point in the history
  • Loading branch information
ngan authored Aug 15, 2024
2 parents 55b86f6 + 4d6715e commit 92e71d3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Changelog


## 9.5.0
# Unreleased
- Remove Ruby 3.0 from build matrix
- Support Rails 7.2 https://github.com/ilyakatz/data-migrate/pull/312

## 9.4.2
- Fix db:prepare:with_data task
- Fix db:prepare:with_data task

## 9.4.1
- Add db:prepare task
- Add db:prepare task

## 9.4.0
- Reset model schema cache before each data migration https://github.com/ilyakatz/data-migrate/pull/307
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ GEM
regexp_parser (2.9.0)
reline (0.4.3)
io-console (~> 0.5)
rexml (3.2.8)
strscan (>= 3.0.9)
rexml (3.3.3)
strscan
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,14 @@ bundle exec appraisal rails-7.1 rspec
bundle exec appraisal rails-7.2 rspec
```

## Releasing new version

1. Create a new tag, eg `git tag 9.4.1`
1. Go to https://github.com/ilyakatz/data-migrate/tags
1. Click "Create release" under 9.4.1
1. CLick "Generate release notes"
1. Click "Publish release"

## Thanks

[Andrew J Vargo](http://github.com/ajvargo) Andrew was the original creator and maintainer of this project!
Expand Down

0 comments on commit 92e71d3

Please sign in to comment.