chore: release v0.5.0#126
Merged
Merged
Conversation
Closes 3 issues: - #94 (partial) — P3 async lowering foundation: documented pulseengine:async host-intrinsic ABI + detection layer + ADR-1. Lowering pass tracked as follow-up #120. - #103 — Criterion benchmarks for fusion pipeline (parser, merger, resolver, end-to-end), CI compile-only smoke, rivet TEST-BENCH-* artifacts. - #118 — Parser slice OOB on truncated component-section input (cargo-fuzz finding from v0.4.0); fixed with checked_section_slice helper, regression test, libFuzzer corpus seed. New approved LS-P-5. Pre-release Mythos delta pass (tier-5 + tier-4 changed since v0.4.0): parser.rs only, scanned, no confirmed findings. 3 P3 async follow-up issues filed: #120, #121, #122. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Bumps the workspace from
0.4.0→0.5.0. CHANGELOG entry added.What's in 0.5.0
3 issues closed (#94 partial, #103, #118).
Added
Fixed
checked_section_slicehelper, regression test, libFuzzer corpus seed. LS-P-5 approved.Pre-release Mythos pass
Tier-5 + tier-4 files changed since v0.4.0:
parser.rsonly. Scanned; no confirmed findings.One unverified hypothesis flagged for the next pass (3 sibling
reader.range()sites inparse_core_moduleof the same class as LS-P-5; surface narrowed by the outer module bounds check). The 2026-05-20 verification routine will revisit.Test plan
cargo test --release— green (181+73 + new p3_async_lowering)cargo bench --no-run— clean compilecargo clippy --all-targets -- -D warningscleancargo fmt --checkcleanv0.5.0after mergeBranch
release/v0.5.0head1b6e216— 1 commit on top ofmain.