Skip to content

fix: bump stale internal version pins to 0.7.0#48

Merged
us merged 1 commit into
mainfrom
fix/release-please-internal-deps
May 12, 2026
Merged

fix: bump stale internal version pins to 0.7.0#48
us merged 1 commit into
mainfrom
fix/release-please-internal-deps

Conversation

@us
Copy link
Copy Markdown
Owner

@us us commented May 12, 2026

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.

CI on main was failing with:

error: failed to select a version for the requirement `crw-core = "^0.6.1"`
candidate versions found which didn't match: 0.7.0
required by package `crw-search v0.7.0`

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.
Copilot AI review requested due to automatic review settings May 12, 2026 14:57
Copy link
Copy Markdown

Copilot AI left a 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 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 on crw-search from 0.6.1 to 0.7.0.
  • Bump crw-search’s dependency on crw-core from 0.6.1 to 0.7.0.
  • Add the corresponding TOML jsonpaths to release-please-config.json so 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.

@us us merged commit 0bec22a into main May 12, 2026
6 checks passed
@us us deleted the fix/release-please-internal-deps branch May 12, 2026 15:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants