Skip to content

release: v0.1.1 - #12

Merged
vyncint merged 1 commit into
mainfrom
release/v0.1.1
Sep 7, 2026
Merged

release: v0.1.1#12
vyncint merged 1 commit into
mainfrom
release/v0.1.1

Conversation

@vyncint

@vyncint vyncint commented Sep 7, 2026

Copy link
Copy Markdown
Owner

What and why

Metadata-only release: 0.1.0's nine crates show no README, repository, homepage, keywords or categories on crates.io (#11 explains the inheritance miss). Published metadata is immutable, so the fix needs a version.

  • workspace version and the nine internal version = "…" pins → 0.1.1; Cargo.lock refreshed with cargo check --workspace
  • CHANGELOG: [Unreleased][0.1.1] - 2026-09-07, link definitions repointed, empty [Unreleased] left above
  • CHANGELOG correction: the CUDA aggregation fix (fix(cuda): stop the aggregation kernel from publishing one group twice #8) is in 0.1.0 — the tag was moved onto main after it merged — but its entry sat under Unreleased, so 0.1.0's release notes omitted it. Moved into the 0.1.0 section with a note saying so.
  • STATUS header: 0.1.0 published; 0.1.1 is the metadata follow-up

How it was verified

  • .github/scripts/extract-changelog.sh 0.1.1 prints the metadata entry only (0 CUDA bullets); … 0.1.0 now includes the CUDA fix (1 bullet); test-extract-changelog.sh: every shape behaves
  • make crate-metadata: all nine crates ok
  • cargo check --workspace green; 18 lockfile entries at 0.1.1 (nine crates × path + registry rows)
  • Step 0 of RELEASING.md (stress.yml on main) dispatched alongside; the tag waits for it

Checklist

  • STATUS.md header updated
  • CHANGELOG.md sectioned for 0.1.1
  • No AI attribution in any commit

Metadata-only: the nine crates inherit README, repository, homepage,
keywords and categories and carry a per-crate docs.rs link (#11), which
0.1.0 shipped without. The CUDA aggregation fix (#8) moves from
Unreleased to the 0.1.0 section, where it belongs: the tag was moved onto
main after it merged, so 0.1.0 contains it.

Signed-off-by: Vyncint Ng <115854244+vyncint@users.noreply.github.com>
@vyncint
vyncint merged commit 2b9dc62 into main Sep 7, 2026
12 checks passed
@vyncint
vyncint deleted the release/v0.1.1 branch September 7, 2026 01:56
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