Skip to content

chore(release): bump workspace to 0.3.0-rc.2#146

Merged
EffortlessSteven merged 2 commits into
mainfrom
chore/v0.3.0-rc.2
Apr 19, 2026
Merged

chore(release): bump workspace to 0.3.0-rc.2#146
EffortlessSteven merged 2 commits into
mainfrom
chore/v0.3.0-rc.2

Conversation

@EffortlessSteven

Copy link
Copy Markdown
Member

Summary

  • Bumps workspace version from 0.3.0-rc.10.3.0-rc.2.
  • Promotes the [Unreleased] CHANGELOG section to [0.3.0-rc.2] - 2026-04-18.
  • Regenerates Cargo.lock accordingly.

Why rc.2 (not 0.3.0 stable)

The 29 commits since rc.1 include substantial new surface (rehearse, yank/fix-forward, OIDC, three-crate split, reconcile). The code is tested, but the operator-side real Recover rehearsal still hasn't been run on current main — that's the last trust check before stable.

Not in this PR

  • Git tag (create after merge: git tag -a v0.3.0-rc.2 -m "..."; git push origin v0.3.0-rc.2)
  • cargo publish (requires your token; publish order is shipper-coreshipper-clishipper plus any changed microcrates)

Test plan

  • cargo check --workspace clean
  • cargo test -p shipper-core shipper_version — version-handling tests green
  • CHANGELOG entry dated correctly (2026-04-18)
  • Cargo.lock regenerated with rc.2 versions

Promotes the [Unreleased] CHANGELOG section to [0.3.0-rc.2] dated
2026-04-18 and bumps the workspace version (including all intra-
workspace dependency version pins) to match.

Release candidate covering 29 commits of nine-competency roadmap
work: #90, #91, #92, #93, #94, #95, #96, #97, #98, #99. Trust-core
queue fully collapsed; next milestone is operator-side real Recover
rehearsal before tagging 0.3.0 stable.

Does not tag or publish — leave that to the release cut.
@coderabbitai

coderabbitai Bot commented Apr 19, 2026

Copy link
Copy Markdown

Warning

Rate limit exceeded

@EffortlessSteven has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 6 minutes and 46 seconds before requesting another review.

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 6 minutes and 46 seconds.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: f12674d5-7543-49ad-9d52-c82a8277e66f

📥 Commits

Reviewing files that changed from the base of the PR and between cb73536 and 0350b9d.

⛔ Files ignored due to path filters (2)
  • Cargo.lock is excluded by !**/*.lock
  • crates/shipper-cli/tests/snapshots/e2e_expanded__help_yank.snap is excluded by !**/*.snap
📒 Files selected for processing (3)
  • CHANGELOG.md
  • Cargo.toml
  • crates/shipper-cli/src/lib.rs
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/v0.3.0-rc.2

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Code Review

This pull request updates the version of the shipper workspace and its internal crates from 0.3.0-rc.1 to 0.3.0-rc.2 across Cargo.toml, Cargo.lock, and CHANGELOG.md. A suggestion was made to retain an empty [Unreleased] section in the changelog to facilitate future documentation of changes.

Comment thread CHANGELOG.md
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.3.0-rc.2] - 2026-04-18

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

When promoting the [Unreleased] section to a specific version, it is a best practice to add a new, empty [Unreleased] section at the top of the file. This ensures that future contributions have a designated place to be documented immediately after the release chore is merged.

Suggested change
## [0.3.0-rc.2] - 2026-04-18
## [Unreleased]
## [0.3.0-rc.2] - 2026-04-18

CI on the rc.2 bump PR broke the help_yank snapshot. Root cause: the
`--version` docstring hardcoded `0.3.0-rc.1` as an example, and the
snapshot test normalizes CARGO_PKG_VERSION → [VERSION]. On rc.1 the
literal matched CARGO_PKG_VERSION and normalized to [VERSION]; on
rc.2 the literal no longer matches, so the snapshot sees a raw
`0.3.0-rc.1` and diverges.

Fix: use `1.2.3` as a stable, version-independent example so the
docstring doesn't need to track every rc bump. Snapshot updated to
match. All 20 help-snapshot tests pass locally.
@codecov

codecov Bot commented Apr 19, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@EffortlessSteven EffortlessSteven merged commit 122a5db into main Apr 19, 2026
20 checks passed
@EffortlessSteven EffortlessSteven deleted the chore/v0.3.0-rc.2 branch April 19, 2026 01:12
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.

1 participant