Skip to content

chore(release): bump workspace to 0.4.0-rc.1 (#192)#238

Merged
EffortlessSteven merged 1 commit into
mainfrom
feat/version-bump-040-rc1-192
May 13, 2026
Merged

chore(release): bump workspace to 0.4.0-rc.1 (#192)#238
EffortlessSteven merged 1 commit into
mainfrom
feat/version-bump-040-rc1-192

Conversation

@EffortlessSteven

Copy link
Copy Markdown
Member

Summary

First release candidate of the 0.4.0 line. Mechanical version bump driven by the MSRV move from 1.92 to 1.95 (#198) — MSRV is part of the semver promise for a library/tool, so a non-additive change requires a minor-version step.

What changed

  • Cargo.toml [workspace.package].version0.3.0-rc.20.4.0-rc.1
  • Cargo.toml [workspace.dependencies] pins — all 13 intra-workspace crates bumped to 0.4.0-rc.1
  • Cargo.lock regenerated via cargo build --workspace
  • CHANGELOG.md:
    • Contents of [Unreleased] graduate to [0.4.0-rc.1] - 2026-05-12 with a one-paragraph release summary citing the major threads.
    • New empty [Unreleased] header above the 0.4.0-rc.1 block.
    • "Planned — Rust 1.95 / 0.4.0 Quality Rollout" forward-looking section replaced by a short "Carry-over to follow" enumerating deferred work.

Carry-over to follow (deferred from rc.1)

  • Mutation-workflow crate-list expansion to the full trust-critical surface.
  • duration_suboptimal_units Clippy lint activation (204-site cleanup).
  • engine/parallel/ .lock().unwrap() Mutex-poisoning posture (~35 sites in the no-panic baseline).
  • CI lane routing changes documented in docs/ci/test-evidence-lanes.md.
  • Final release dry-run proof against the actual tag-push pipeline (PR 15: 0.4.0-rc.1 release dry-run proof #195).

Test plan

  • cargo build --workspace — clean
  • cargo clippy --workspace --all-targets -- -D warnings — clean
  • cargo fmt --all -- --check — clean
  • cargo xtask check-file-policy --mode blocking-allowlistunreceipted=0
  • CI green (full nextest matrix)

Refs #109 (master tracking) and #192.

First release candidate of the 0.4.0 line. The minor bump is mandated by
the MSRV move from 1.92 to 1.95 (#198) — MSRV is part of the semver
promise for a library/tool and a non-additive change requires a minor
step. See docs/ci/rust-1.95-rollout.md for the policy.

  Cargo.toml [workspace.package].version    0.3.0-rc.2 -> 0.4.0-rc.1
  Cargo.toml [workspace.dependencies] pins  same bump for all 13
                                            intra-workspace crates

  CHANGELOG.md
    The contents of `[Unreleased]` graduate to `[0.4.0-rc.1] -
    2026-05-12` with a one-paragraph release summary citing the major
    threads (MSRV, lint floor, Clippy ratchets, no-panic baseline +
    check + release gate, ripr advisory lane, policy receipts, macOS
    flake stabilisation).
    A new empty `[Unreleased]` header sits above the 0.4.0-rc.1
    block.
    The forward-looking "Planned — Rust 1.95 / 0.4.0 Quality Rollout"
    bullet list (15 items) is replaced by a short "Carry-over to
    follow" section enumerating what is deliberately deferred from
    rc.1:
      - mutation-workflow crate-list expansion to the full
        trust-critical surface,
      - `duration_suboptimal_units` activation (204-site cleanup),
      - `engine/parallel/` Mutex-poisoning posture (~35 sites in the
        no-panic baseline),
      - CI lane routing changes documented in
        test-evidence-lanes.md,
      - final release dry-run proof against the actual tag-push
        pipeline.

  Cargo.lock                                regenerated by `cargo build`

No code changes. `cargo build --workspace` and `cargo clippy --workspace
--all-targets -- -D warnings` pass; file-policy clean in blocking-allowlist
mode.

Refs #109 (master tracking) and #192.
@gemini-code-assist

Copy link
Copy Markdown

Warning

You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again!

@coderabbitai

coderabbitai Bot commented May 12, 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 39 minutes and 29 seconds before requesting another review.

You’ve run out of usage credits. Purchase more in the billing tab.

⌛ 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: 76ea6538-b370-4932-a6ef-aca2c641f201

📥 Commits

Reviewing files that changed from the base of the PR and between 402ca09 and 1f1ec3c.

⛔ Files ignored due to path filters (1)
  • Cargo.lock is excluded by !**/*.lock
📒 Files selected for processing (2)
  • CHANGELOG.md
  • Cargo.toml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/version-bump-040-rc1-192

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.

@factory-droid

factory-droid Bot commented May 12, 2026

Copy link
Copy Markdown

Droid finished @EffortlessSteven's task —— View job


Droid is reviewing code and running a security check…

@EffortlessSteven EffortlessSteven merged commit 472ee01 into main May 13, 2026
25 checks passed
@EffortlessSteven EffortlessSteven deleted the feat/version-bump-040-rc1-192 branch May 13, 2026 00:15
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