Releases: rubyconfig/config
Releases · rubyconfig/config
Release list
5.6.1
What's Changed
- fix(security): replace
IO.readwithFile.readby @pkuczynski in #378
Full Changelog: 5.6.0...5.6.1
5.6.0
What's Changed
Full Changelog: 5.5.2...5.6.0
5.5.2
What's Changed
- Fix warning: ostruct was loaded from the standard library by @taketo1113 in #363
New Contributors
- @taketo1113 made their first contribution in #363
Full Changelog: 5.5.0...5.5.2
5.5.0
What's Changed
- Allow arrays to be passed through env variables by @dominh in #354
- Fix typos in the tests and documentation by @ydah in #359
- Use
funding_urlrather thanpost_install_messageby @pda in #360
New Contributors
- @dominh made their first contribution in #354
- @ydah made their first contribution in #359
- @pda made their first contribution in #360
Full Changelog: 5.4.0...5.5.0
5.4.0
5.3.0
5.2.0
5.1.0
5.0.0
BREAKING CHANGES
- No longer load
deep_merge's monkey patch forHash#deep_mergeandHash#deep_merge!(#342). If you rely on those methods and are not using Rails / Active Support, you can load the monkey patch viarequire 'deep_merge/deep_merge_hash'. This change fixes Rails 7.x support.