Skip to content

chore: release v0.8.14 - #3474

Merged
miguel-heygen merged 1 commit into
mainfrom
release/v0.8.14
Aug 25, 2026
Merged

chore: release v0.8.14#3474
miguel-heygen merged 1 commit into
mainfrom
release/v0.8.14

Conversation

@miguel-heygen

Copy link
Copy Markdown
Collaborator

What

Stable release v0.8.14. Version bumped across every package and plugin manifest, releases/v0.8.14.md added, and the entry prepended to docs/changelog.mdx.

Why

Two commits have landed since v0.8.13:

The second is the only user-visible file change: a project's hyperframes.json gains a registryItems array after the next hyperframes add. It is declared in the published config schema, so a schema-aware editor accepts it.

How

bun run release:prepare 0.8.14, then the generated summary was rewritten and the TODO marker removed, then the same command again to set versions and create the release commit.

One deviation worth naming: the commit needed HF_MAX_NONLFS_KB=1024. docs/changelog.mdx has grown to 512 KB, past the 500 KB pre-commit guard. That guard exists to keep large binaries out of the git pack, so it is firing on a text file the docs site renders, and the changelog crosses the line a little further every release. A separate PR fixes the guard rather than folding a repo-wide policy change into a release.

Test plan

  • Unit tests added/updated
  • Manual testing performed
  • Documentation updated (if applicable)

No code changes, so no tests were added. Verified by hand:

  • Every package and plugin manifest reads 0.8.14, and nothing outside the release-allowed path set changed (the release script asserts this before committing).
  • releases/v0.8.14.md and the docs/changelog.mdx entry carry a written summary, not the generated TODO marker.
  • Both commits in the range are represented in the notes with correct PR and commit links.

Tag v0.8.14 is deliberately not pushed yet. v0.8.13 is tagged on its merge commit, so this should merge with a merge commit and be tagged on main afterwards.

@mintlify

mintlify Bot commented Aug 25, 2026

Copy link
Copy Markdown

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
hyperframes 🟡 Building Aug 25, 2026, 12:02 AM

💡 Tip: Enable Workflows to automatically generate PRs for you.

@miguel-heygen
miguel-heygen merged commit 81069fe into main Aug 25, 2026
38 checks passed
@miguel-heygen
miguel-heygen deleted the release/v0.8.14 branch August 25, 2026 00:03
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