Skip to content

chore(release): 6.66.3 - #224

Merged
noahgift merged 1 commit into
mainfrom
chore/release-6.66.3
Aug 12, 2026
Merged

chore(release): 6.66.3#224
noahgift merged 1 commit into
mainfrom
chore/release-6.66.3

Conversation

@noahgift

Copy link
Copy Markdown
Contributor

Ships the user-facing fixes accumulated since 6.66.2. None of them reach anyone until this is published — crates.io is still on 6.66.2.

Fixed

Internal

  • Kani harnesses compile under cfg(kani) again and make verify-kani no longer swallows failures with || true (#221). The crate hadn't built under cfg(kani) since the harnesses were added. Two harnesses that could not fail were deleted rather than repaired. They still don't converge — #220.
  • bashrs-oracle's extracted test module compiles again, and CI runs --workspace --lib so a rotting member is loud (#223).
  • A workflow template in .github/workflows/ was being executed as a real workflow (#222).

Release hygiene

Cargo.lock is regenerated in this same commit (all 5 workspace members → 6.66.3, zero 6.66.2 left). forjar's 1.12.4 release tripped its own lockfile-preflight by bumping Cargo.toml alone; not repeating that.

Publish is gated on the mandatory infra clean-room run, and will be tagged v6.66.3 — this repo has been publishing without git anchors, which is what made "what is unreleased?" undiagnosable here in the first place.

🤖 Generated with Claude Code

Ships the user-facing fixes accumulated since 6.66.2, none of which
reach anyone until this is published:

  - five lint false positives that were driving users to disable
    `bashrs lint` (#219, GH-217, GH-209)
  - CLI stack overflow from an oversized clap frame (#216, #215)
  - RUSTSEC-2026-0204, crossbeam-epoch 0.9.20 (#210)

plus internal repairs: kani harnesses compile under cfg(kani) again
(#221), bashrs-oracle's test module compiles and the workspace is
actually tested (#223), and a workflow template stopped being run as a
workflow (#222).

Cargo.lock regenerated in the same commit -- forjar's 1.12.4 release
tripped its lockfile-preflight by bumping Cargo.toml alone.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@noahgift
noahgift merged commit 6295a4b into main Aug 12, 2026
9 checks passed
@noahgift
noahgift deleted the chore/release-6.66.3 branch August 12, 2026 11:17
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