docs(changelog): cut v0.13.0 from [Unreleased]#40
Merged
Conversation
Moves the DXGI probe entry from [Unreleased] into a versioned [0.13.0] section dated today (the day all four PRs landed on main: #38 audit + probe, #39 macos-15-intel drop, #36 gpui bump that subsumed #37 gpui_platform bump). Adds a [Changed] entry for the gpui upstream-rev bump. Per CONTRIBUTING.md, dev-tool / internal-refactor changes stay out of CHANGELOG — the file splits, cargo-deny, workflow_dispatch, fmt + scripts CI gates, Tauri-residue deletion all land in the audit but don't surface to users beyond "things compile + run as before." git log carries the per-commit detail for anyone spelunking; the CHANGELOG entry is what shows up in the GitHub Release body. The release date is set to today (2026-05-24) since that's when the v0.13.0 content was finalized on main. If the stable tag lands days after the beta, the date can be bumped — but since all content is already merged, today is the accurate "this is what the release contains" anchor. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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
Pre-tag cleanup: moves the DXGI probe entry from
[Unreleased]into a versioned[0.13.0]section dated today, and adds a[Changed]entry for the gpui upstream-rev bump that landed in #36.What's in v0.13.0
Three PRs merged today (in order):
0042fb5to13e7c11#36 — bump gpui to upstream rev13e7c11(subsumed build(deps): Bump gpui_platform from0042fb5to13e7c11#37's gpui_platform PR since both deps share the Zed git URL and Cargo unified them on the rebase)Plus dev-tool / internal-refactor changes (file splits, cargo-deny, workflow_dispatch, fmt + scripts CI gates, Tauri-residue deletion) that stay out of CHANGELOG per CONTRIBUTING.md —
git logcarries the detail.After this merges
v0.13.0-beta.1→ release.yml fires pre-release flow (NSIS + .zip ship, no MSI per the existingcontains('-')gate)v0.13.0→ full MSI build, ships to Releaseswingetcreate update packetThrower.Baudrun --version 0.13.0 --urls $X64,$ARM64 --submit→ arm64 back on winget after the v0.12.4 omissionTest plan
🤖 Generated with Claude Code