Releases: comma-csv/comma
Releases · comma-csv/comma
Version 4.8.0
Other changes
- Add support of Ruby 3.2 and 3.3, and drop Ruby 2.5, 2.6, and 2.7.
- Add support of Rails 7.1, and drop Rails 5.2.
What's Changed
- Update README with latest gem version by @oneroyalace in #136
- Bump activesupport from 7.0.3.1 to 7.0.4.3 by @dependabot in #139
- Version 4.8.0 by @eitoball in #141
- Bump coveralls from 0.5.8 to 0.8.23 by @eitoball in #142
- Bump activesupport from 7.0.4.3 to 7.1.3 by @dependabot in #140
New Contributors
- @oneroyalace made their first contribution in #136
Full Changelog: v4.7.0...v4.8.0
Version 4.7.0
What's Changed
- Bump tzinfo from 1.2.7 to 2.0.5 by @dependabot in #134
- Version 4.7.0 by @eitoball in #135
Full Changelog: v4.6.0...v4.7.0
Version 4.6.0
Other changes
- Add Rails 7.0 to test matrix
What's Changed
- Migrate to GitHub Actions by @eitoball in #129
- Update build status badge by @eitoball in #130
- Add rails 7.0.0 alpha2 and update gems (was #128) by @eitoball in #131
- Add Rails 7.0 to test matrix by @eitoball in #132
- Version 4.6.0 by @eitoball in #133
Full Changelog: v4.5.0...v4.6.0
Version 4.5.0
Other changes
- Supports Rails 6.1
Version 4.4.0
Version 4.3.2
Version 4.3.1
Bugfixes
- Fix activesupport dependency in gemspec
Version 4.3.0
Changes
- Change dependency of activesupport to
['>= 4.2.0', '< 6.1']
Version 4.2.0
Version 4.1.0
Changes
- Support Rails 5.1 (#105)
- Deprecate Ruby 2.0 support