fix: bump stale internal version pins to 0.7.0#48
Merged
Conversation
The 0.7.0 release left crw-search and crw-server with internal version pins still pointing at 0.6.1 because release-please-config.json did not track them. Bumps the two pins to 0.7.0 and adds both jsonpaths to the config's extra-files so the next release covers them automatically.
There was a problem hiding this comment.
Pull request overview
This PR fixes a release automation gap where internal Rust crate dependency version pins were left stale after the 0.7.0 release, causing Cargo to fail version selection in CI. It updates the affected Cargo.toml dependency versions to 0.7.0 and teaches release-please to keep those pins in sync going forward.
Changes:
- Bump
crw-server’s dependency oncrw-searchfrom0.6.1to0.7.0. - Bump
crw-search’s dependency oncrw-corefrom0.6.1to0.7.0. - Add the corresponding TOML jsonpaths to
release-please-config.jsonso future releases update these pins automatically.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| release-please-config.json | Adds extra-files TOML jsonpaths for the missing internal dependency pins so release automation updates them. |
| crates/crw-server/Cargo.toml | Updates the crw-search dependency version pin to match the 0.7.0 workspace release. |
| crates/crw-search/Cargo.toml | Updates the crw-core dependency version pin to match the 0.7.0 workspace release. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
The 0.7.0 release left
crw-searchandcrw-serverwith internal version pins still pointing at0.6.1becauserelease-please-config.jsondid not track them. Bumps the two pins to 0.7.0 and adds both jsonpaths to the config'sextra-filesso the next release covers them automatically.CI on main was failing with: