release: bump 0.2.7 -> 0.2.8#61
Open
kingchenc wants to merge 1 commit into
Open
Conversation
Workspace + bindings (Rust crate, Python wheel, Node main + 6 platform sub-packages, WASM) all step to 0.2.8. CHANGELOG: open the [0.2.8] section dated 2026-05-27 with the org/email migration entry and the FAMILIES const entry; reseed [Unreleased] as empty. Compare-URL block adds the new v0.2.7...v0.2.8 line under [Unreleased] and points the [Unreleased] line at v0.2.8...HEAD. Merge gate (read this!): - Depends on PR #59 (org migration) and PR #60 (family-api) landing first. - After both are in main, rebase this branch on the new main before merging so the existing kingchenc/wickra compare URLs (rewritten by PR #59) and the FAMILIES const (added by PR #60) appear cleanly in history. - Tag-push v0.2.8 is a SEPARATE, manual step after merge — it triggers release.yml's irreversible publish to crates.io / PyPI / npm.
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
This was referenced May 27, 2026
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
Version bump from
0.2.7to0.2.8across the workspace and all binding manifests, plus the corresponding CHANGELOG section opening this release.Files touched (11)
Cargo.toml— workspace package version +wickra-coreworkspace dependencybindings/python/pyproject.tomlbindings/node/package.json— main version + 6optionalDependenciesentriesbindings/node/npm/*/package.json— platform sub-packagesCHANGELOG.md— opens[0.2.8] - 2026-05-27section, reseeds[Unreleased], adds new compare URLCargo.lock— regenerated bycargo checkWhat 0.2.8 contains
kingchenc/wickra→wickra-lib/wickra) — see PR chore(migration): switch org to wickra-lib + maintainer email #59FAMILIESconst + 16-family taxonomy — see PR feat(family-api): add FAMILIES const and family-taxonomy tests #60Merge order (important!)
v0.2.8(user, AFTER merge) — triggersrelease.yml's irreversible publish to crates.io / PyPI / npmThe new
[0.2.8]and[Unreleased]compare URLs in this PR already point atwickra-lib/wickrabecause they will only be valid post-#59-merge. The 11 historical URLs at the bottom of the file still showkingchenc/wickra— PR #59 rewrites those in its diff, this PR does not touch them.CI expectation