Skip to content

chore(release): v0.8.1 - #238

Open
kalwalt wants to merge 1 commit into
devfrom
chore/release-v0.8.1
Open

chore(release): v0.8.1#238
kalwalt wants to merge 1 commit into
devfrom
chore/release-v0.8.1

Conversation

@kalwalt

@kalwalt kalwalt commented Aug 6, 2026

Copy link
Copy Markdown
Member

Release prep for v0.8.1 — a patch release bundling the post-v0.8.0 Stabilization & DX work.

Changes

  • Bump workspace Cargo.toml + package.json 0.8.0 → 0.8.1 (+ Cargo.lock)
  • Regenerate the wasm pkg via npm run build (crates/wasm/pkg/*)
  • Prepend the [0.8.1] CHANGELOG.md section via git-cliff

What's in 0.8.1 (since 0.8.0)

No new features, no breaking changes — hence the patch bump.

Remaining release steps (manual, after merge)

  1. Merge this → dev
  2. git fetch origin maingit tag -a v0.8.1 origin/main won't apply until dev→main; instead: open a dev → main PR (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

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

codecov Bot commented Aug 6, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@kalwalt kalwalt self-assigned this Aug 6, 2026
@kalwalt kalwalt added enhancement New feature or request new-release labels Aug 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request new-release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant