chore(release): v1.12.0 "Refraction"#95
Conversation
Bumps workspace + all 12 individually-versioned crates from 1.11.0 to 1.12.0, dates the CHANGELOG entry, updates docs/STATUS.md's current- release pointer/summary, and marks the VERSION-PLAN.md/ROADMAP.md v1.12.0 rungs RELEASED. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
There was a problem hiding this comment.
Code Review
This pull request bumps the workspace and crate versions from 1.11.0 to 1.12.0 for the v1.12.0 "Refraction" release. It updates the CHANGELOG.md, Cargo.lock, and various Cargo.toml files, alongside documentation in docs/STATUS.md, to-dos/ROADMAP.md, and to-dos/VERSION-PLAN.md to reflect the release of the new PostFilter::Xbrz post-filter and the extraction of the rustysnes-gfx-shaders crate. There are no review comments, and I have no feedback to provide.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
There was a problem hiding this comment.
Pull request overview
Release-prep PR for RustySNES v1.12.0 “Refraction”, updating workspace/crate versions and rolling the relevant release documentation forward to the 2026-07-12 cut.
Changes:
- Bump workspace version and per-crate versions to
1.12.0, and refreshCargo.lockaccordingly. - Promote CHANGELOG entries from
[Unreleased]intov1.12.0 "Refraction" - 2026-07-12. - Update release pointers/status and roadmap/plan docs to mark v1.12.0 as released.
Reviewed changes
Copilot reviewed 17 out of 18 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| to-dos/VERSION-PLAN.md | Marks v1.12.0 rung as released and expands delivered/deferred notes. |
| to-dos/ROADMAP.md | Updates roadmap narrative to reflect v1.12.0 release contents and date. |
| docs/STATUS.md | Advances “Current release” pointer to v1.12.0 and extends the parity-ladder summary. |
| crates/rustysnes-test-harness/Cargo.toml | Bumps crate version to 1.12.0. |
| crates/rustysnes-script/Cargo.toml | Bumps crate version to 1.12.0. |
| crates/rustysnes-savestate/Cargo.toml | Bumps crate version to 1.12.0. |
| crates/rustysnes-ppu/Cargo.toml | Bumps crate version to 1.12.0. |
| crates/rustysnes-netplay/Cargo.toml | Bumps crate version to 1.12.0. |
| crates/rustysnes-gfx-shaders/Cargo.toml | Bumps crate version to 1.12.0. |
| crates/rustysnes-frontend/Cargo.toml | Bumps crate version to 1.12.0. |
| crates/rustysnes-cpu/Cargo.toml | Bumps crate version to 1.12.0. |
| crates/rustysnes-core/Cargo.toml | Bumps crate version to 1.12.0. |
| crates/rustysnes-cheevos/Cargo.toml | Bumps crate version to 1.12.0. |
| crates/rustysnes-cart/Cargo.toml | Bumps crate version to 1.12.0. |
| crates/rustysnes-apu/Cargo.toml | Bumps crate version to 1.12.0. |
| CHANGELOG.md | Adds the v1.12.0 dated section and associates the listed additions with that release. |
| Cargo.toml | Updates [workspace.package] version to 1.12.0. |
| Cargo.lock | Updates resolved workspace crate versions to 1.12.0. |
Summary
[Unreleased]→ dated## [1.12.0] "Refraction" - 2026-07-12section.docs/STATUS.md: current-release pointer + summary paragraph extended to cover v1.12.0.to-dos/VERSION-PLAN.md/to-dos/ROADMAP.md: v1.12.0 rung marked RELEASED 2026-07-12.Closes out #94 (
feat(frontend): v1.12.0 "Refraction" - xBRZ post-filter + gfx-shaders crate extraction).Test plan
cargo fmt --checkcargo clippy --workspace --all-targets -- -D warningscargo test --workspace(all green)markdownlint-cli2on every touched doc — identical error count vs.origin/mainbaseline (85), zero new findingsCargo.lockregenerated viacargo check --workspace, confirmedrustysnes-gfx-shadersresolves at1.12.0🤖 Generated with Claude Code