chore: prepare 0.9.0 release - #22
Merged
Merged
Conversation
Greptile SummaryThis PR prepares the 0.9.0 release by consistently updating the gem’s version metadata and converting the Unreleased changelog section into a dated release.
Confidence Score: 5/5The PR appears safe to merge because all release metadata consistently identifies version 0.9.0. The changes are limited to matching version and release-label updates, with no conditional, runtime, dependency, or security behavior introduced. Important Files Changed
Reviews (1): Last reviewed commit: "chore: prepare 0.9.0 release" | Re-trigger Greptile |
Records how to run PostgreSQL, MySQL, Redis, the Rails pin, and the browser suite locally, using non-default container ports so they cannot collide with services another project already runs. Notes that a skipped adapter test reads identically to a passing one in the summary, and that the helper migrates unconditionally so a database must be recreated between runs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Sets 0.9.0 after merging #18, #19, #20, and #21.
Why a minor rather than a patch
Three additions to the public surface:
WakeUpAdapters::Redis, adapterserver_versionandunsupported_server_reasons, and a newdatabase_serverdoctor check that can warn where the doctor previously said nothing.QA performed on main before bumping
rakegem buildMySQL was not run locally; CI covers it, along with the Redis job and the four-cell Ruby/Rails matrix.
Merge conflicts resolved along the way
Each of the four PRs edited
docs/roadmap.md, and two editedCHANGELOG.md, so every rebase conflicted. Resolutions combined both sides rather than choosing one:Unreleasedsection; all entries were verified present afterwardsThat renumbering churn is a consequence of a numbered milestone list. Worth considering unnumbered milestones later so parallel work stops colliding on line numbers.