Skip to content

Commit

Permalink
bump to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fursich committed Oct 1, 2024
1 parent 3366b0c commit 93b3c07
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,9 @@
### 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

## [0.6.0]
### Added
- Add new options to explicitly allow specific classes for YAML import.
### Changed
- Accept Date, Time, DateTIme together with the classes that are set as ActiveRecord.yaml_column_permitted_classes be default.
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.5.0'
VERSION = '0.6.0'
end

0 comments on commit 93b3c07

Please sign in to comment.