Breaking Changes
- Rails 6.1 support has been removed.
- Ruby 3.1 or higher is now required.
Note: While this release increments the patch version, it should have been a minor version bump. Future versions will strictly adhere to semantic versioning (SemVer).
What's Changed
Infrastructure
- Upgraded documentation infrastructure from Docusaurus v1 to v2.
- Improved documentation by fixing broken links and typos.
- Resolved linting tool issues.
- Updated GitHub Actions workflows, with Dependabot now assisting with automatic updates (thanks to @Uaitt!).
- Fixed errors in benchmark scripts.
Rails
- Added support for Rails 8.0.
- Included Rails 7.2 in CI testing.
- Simplified ActiveRecord attribute-reading logic.
🎉 New Contributors
- @blombard made their first contribution in [#165](#165)!
- @Uaitt made their first contribution in [#176](#176)!