Skip to content

fix(cachet): Fix broken seatbelt dev dependency path#409

Merged
schgoo merged 1 commit intomainfrom
u/schgoo/fixdeps
May 8, 2026
Merged

fix(cachet): Fix broken seatbelt dev dependency path#409
schgoo merged 1 commit intomainfrom
u/schgoo/fixdeps

Conversation

@schgoo
Copy link
Copy Markdown
Collaborator

@schgoo schgoo commented May 8, 2026

The release pipeline doesn't sort release priority based on dev-deps, but it still checks for those packages before releasing. When Seatbelt was updated to 0.4.5 in #387, it tried to check for the 0.4.5 release before actually releasing it, and got stuck. This PR changes it to a path ref to avoid this issue.

Copilot AI review requested due to automatic review settings May 8, 2026 13:35
@codecov
Copy link
Copy Markdown

codecov Bot commented May 8, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.0%. Comparing base (9bbe9d7) to head (c70b577).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #409   +/-   ##
=======================================
  Coverage   100.0%   100.0%           
=======================================
  Files         227      227           
  Lines       16740    16740           
=======================================
  Hits        16740    16740           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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

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

This PR prepares the cachet crate for the v0.2.1 release by bumping versions across the workspace, updating the crate changelog, and refreshing README/docs.rs links.

Changes:

  • Bump cachet to v0.2.1 in crates/cachet, workspace dependencies, and Cargo.lock.
  • Add a 0.2.1 release entry to crates/cachet/CHANGELOG.md.
  • Update crates/cachet/README.md docs.rs links to point at 0.2.1.

Reviewed changes

Copilot reviewed 4 out of 5 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
crates/cachet/README.md Updates docs.rs links/footnotes to reference cachet v0.2.1.
crates/cachet/CHANGELOG.md Adds the v0.2.1 release notes.
crates/cachet/Cargo.toml Bumps crate version and changes seatbelt dev-dependency specification.
Cargo.toml Bumps workspace dependency version for cachet to v0.2.1.
Cargo.lock Updates the locked cachet package version to v0.2.1.

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

Comment thread crates/cachet/Cargo.toml
Comment thread crates/cachet/CHANGELOG.md Outdated
Copilot AI review requested due to automatic review settings May 8, 2026 13:41
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

Copilot reviewed 4 out of 5 changed files in this pull request and generated 3 comments.

Comment thread crates/cachet/CHANGELOG.md
Comment thread crates/cachet/CHANGELOG.md Outdated
Comment thread crates/cachet/Cargo.toml
Comment thread crates/cachet/Cargo.toml Outdated
Comment thread crates/cachet/CHANGELOG.md Outdated
Comment thread Cargo.toml Outdated
@schgoo schgoo force-pushed the u/schgoo/fixdeps branch from bf672e2 to c70b577 Compare May 8, 2026 13:59
@schgoo schgoo requested a review from psandana May 8, 2026 13:59
@schgoo schgoo changed the title feat(cachet): release v0.2.1 fix(cachet): Fix broken seatbelt dev dependency path May 8, 2026
@schgoo schgoo enabled auto-merge (squash) May 8, 2026 14:09
Comment thread crates/cachet/Cargo.toml
@schgoo schgoo merged commit 3d076e8 into main May 8, 2026
28 checks passed
@schgoo schgoo deleted the u/schgoo/fixdeps branch May 8, 2026 14:29
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.

5 participants