-
Notifications
You must be signed in to change notification settings - Fork 0
Release v4.4.0 #95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release v4.4.0 #95
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR releases version 4.4.0 of the rpi_auth gem, which adds Rails 8 testing support and reinstates static code analysis checks in CI.
- Version bumped from 4.3.0 to 4.4.0 in lib/rpi_auth/version.rb
- CHANGELOG.md updated with the new release section and link references
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| lib/rpi_auth/version.rb | Updates the VERSION constant from '4.3.0' to '4.4.0' |
| CHANGELOG.md | Adds v4.4.0 release section with Added and Fixed entries, updates Unreleased comparison link to reference v4.4.0, and adds the v4.4.0 release tag link |
The changes are consistent and properly formatted. The version increment follows semantic versioning (minor version bump for new features), the CHANGELOG entries match the PR description, and all reference links have been correctly updated.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 2 out of 7 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Test coverage: 100.0% |
Added
Fixed
Notes
This release process was slightly gross because I had to manually update the gemfile.lock files to use the new version number. This is because Rails 8 doesn't support ruby 3.1, but we're still testing that version for lower versions of Rails. Ugh.
We need to drop ruby 3.1 and rails 6.