Skip to content

Releases: instacart/amountable

v0.5.0

25 Apr 19:26
068dcdc
Compare
Choose a tag to compare

What's Changed

  • Support Ruby 3.0 and 3.1, drop Ruby 2.6 by @mlarraz in #27
  • Update activerecord requirement from >= 5.2, < 7 to >= 5.2, < 8 by @dependabot in #30

Full Changelog: v0.4.0...v0.5.0

v0.4.0

01 Oct 18:07
cb3680c
Compare
Choose a tag to compare
  • Drop support for Ruby < 2.6
  • Drop support for Rails < 5.2
  • Add support for Rails 6.1

v0.3.2: Allow Github publish to fail (#23)

07 Jan 22:04
2cf09b2
Compare
Choose a tag to compare
Public Github gems can't be yanked the way Rubygems ones can, so we need to make this step fault-tolerant