Skip to content

Commit

Permalink
bump to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fursich committed Sep 4, 2024
1 parent 094385a commit 97c18c0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,11 @@
- Preprocessors now require arguments (`model`, `attributes`) in this order. Before version < 0.4, it was (`attributes`, `model`)
- Attributes needs to be updated destructively within preprocessors. Return values are no longer required reflect the changes.

## [0.4.1]
### Fixed
- Run all the `before` callbacks before any of the record import starts, `after` callbacks after all the import.

## [0.5.0]
### Changed
- require std gems (e.g. ostruct, forwardable). Users of dumped_railers are no longer need to require them.
- Added CI support against Ruby 3.3, 3.2, together with Rails 7.x, while dropping Ruby < 3.2, Rails < 6.1
2 changes: 1 addition & 1 deletion lib/dumped_railers/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module DumpedRailers
VERSION = '0.4.1'
VERSION = '0.5.0'
end

0 comments on commit 97c18c0

Please sign in to comment.