chore(release): v0.8.1 - #238
Open
kalwalt wants to merge 1 commit into
Open
Conversation
Patch release bundling the post-v0.8.0 Stabilization & DX work: the dedicated kpm_bench Criterion benchmark (#225), coverage + reproducible-CI fixes incl. committed Cargo.lock (#224), full public-API rustdoc with a crate-wide missing_docs gate + JS/TS WASM integration guide (#226), and the too_many_arguments cleanup (#83). No new features or breaking changes. Bumps the workspace + npm package to 0.8.1, regenerates the wasm pkg, and prepends the 0.8.1 changelog (git-cliff). Release prep per MAINTAINERS.md §2; the dev->main merge and the v0.8.1 tag (crates.io + npm publish) are done separately. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
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.
Release prep for v0.8.1 — a patch release bundling the post-v0.8.0 Stabilization & DX work.
Changes
Cargo.toml+package.json0.8.0 → 0.8.1(+Cargo.lock)npm run build(crates/wasm/pkg/*)[0.8.1]CHANGELOG.mdsection via git-cliffWhat's in 0.8.1 (since 0.8.0)
kpm_bench.rsCriterion benchmark (perf(kpm): add dedicated kpm_bench.rs Criterion benchmark (pure-Rust vs C++ within ~20%) #225)Cargo.lockfor reproducible coverage/CI; bindgenmissing_docsexemption (test(core): cover error/validation branches in ar/pattern.rs + kpm/freak/pyramid.rs (5 lines) #224, doc: expand API reference + JS/TS integration walkthrough toward v1.0 #226)#![warn(missing_docs)]gate, JS/TS WASM integration guide, AR2/ICP/core docs, MAINTAINERS + CONTRIBUTING notes (doc: expand API reference + JS/TS integration walkthrough toward v1.0 #226)too_many_argumentscleanup — param structs + rationale (refactor: reduce too-many-arguments warnings (clippy::too_many_arguments) #83)No new features, no breaking changes — hence the patch bump.
Remaining release steps (manual, after merge)
devgit fetch origin main→git tag -a v0.8.1 origin/mainwon't apply until dev→main; instead: open adev → mainPR (like Release v0.8.0 (dev → main) #223) and merge it, then:git fetch origin main && git tag -a v0.8.1 origin/main -m "Release version 0.8.1" && git push origin v0.8.1→ triggers
release.yml(GitHub Release + crates.io + npm).🤖 Generated with Claude Code