Skip to content

[v0.51.0] Fix crate publish CI and bump workspace version to 0.51.0#1013

Open
arkrishn94 wants to merge 1 commit intomainfrom
u/adkrishnan/bump-0.51.0
Open

[v0.51.0] Fix crate publish CI and bump workspace version to 0.51.0#1013
arkrishn94 wants to merge 1 commit intomainfrom
u/adkrishnan/bump-0.51.0

Conversation

@arkrishn94
Copy link
Copy Markdown
Contributor

@arkrishn94 arkrishn94 commented May 4, 2026

Fix publish dry-run check for non-publishable crates: The "Verify all crates use workspace version" step now skips crates with publish = false (e.g., diskann-garnet, vectorset), which intentionally use independent versioning and are never published to crates.io.

Also, bump to 0.51.0.

What's Changed

Full Changelog: v0.50.1...v0.51.0

@arkrishn94 arkrishn94 requested review from a team, Copilot and hildebrandmw May 4, 2026 23:54
Copy link
Copy Markdown
Contributor

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

Note

Copilot was unable to run its full agentic suite in this review.

Bumps the Rust workspace/package version to 0.51.0 to propagate breaking API changes to downstream consumers.

Changes:

  • Update [workspace.package] version to 0.51.0
  • Update all workspace.dependencies internal crate versions to 0.51.0

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread Cargo.toml

[workspace.package]
version = "0.50.1" # Obeying semver
version = "0.51.0" # Obeying semver
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented May 5, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.56%. Comparing base (65857ad) to head (12861d6).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1013   +/-   ##
=======================================
  Coverage   89.55%   89.56%           
=======================================
  Files         459      459           
  Lines       85006    85006           
=======================================
+ Hits        76131    76133    +2     
+ Misses       8875     8873    -2     
Flag Coverage Δ
miri 89.56% <ø> (+<0.01%) ⬆️
unittests 89.40% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.
see 6 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@arkrishn94 arkrishn94 force-pushed the u/adkrishnan/bump-0.51.0 branch from 63d8dea to 12861d6 Compare May 5, 2026 00:20
@arkrishn94 arkrishn94 changed the title [v0.51.0] Bump workspace version to 0.51.0 [v0.51.0] Fix crate publish CI and bump workspace version to 0.51.0 May 5, 2026
fi

- name: Verify all crates use workspace version
- name: Verify all publishable crates use workspace version
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for fixing this oversight? Shall we separate this into another PR?

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.

4 participants