Skip to content

chore(release): v1.19.0 "Afterburner"#110

Merged
doublegate merged 1 commit into
mainfrom
release/v1.19.0-afterburner
Jul 15, 2026
Merged

chore(release): v1.19.0 "Afterburner"#110
doublegate merged 1 commit into
mainfrom
release/v1.19.0-afterburner

Conversation

@doublegate

Copy link
Copy Markdown
Owner

Summary

  • Bumps the workspace root version and every individually-versioned crate's Cargo.toml to
    1.19.0, and regenerates Cargo.lock.
  • Renames CHANGELOG.md's [Unreleased] section to the dated [1.19.0] "Afterburner" - 2026-07-15 entry, including a ### Fixed note for the real BOLT-stage bug found and fixed in
    PR feat(perf): v1.19.0 "Afterburner" - PGO/BOLT pipeline #109's review.
  • Updates docs/STATUS.md's current-release pointer and running summary paragraph,
    to-dos/ROADMAP.md's RustyNES-parity ladder bullet, and to-dos/VERSION-PLAN.md's v1.19.0
    rung with its **RELEASED 2026-07-15** marker.

This closes out the RustyNES-parity roadmap ladder (v1.5.0v1.19.0) per
to-dos/VERSION-PLAN.md.

Test plan

  • cargo test --workspace --exclude rustysnes-android — all green after the version bumps
  • cargo clippy --workspace --exclude rustysnes-android --all-targets -- -D warnings — clean
  • cargo fmt --check — clean

Merging this triggers release-auto.yml's automatic tag/publish for v1.19.0.

🤖 Generated with Claude Code

Bumps workspace + all individually-versioned crates to 1.19.0,
renames CHANGELOG's [Unreleased] section to the dated v1.19.0 entry,
and updates STATUS.md/ROADMAP.md/VERSION-PLAN.md's RELEASED markers.
This closes the RustyNES-parity ladder plan.
Copilot AI review requested due to automatic review settings July 15, 2026 00:13

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request bumps the workspace and crate versions to 1.19.0 ("Afterburner") and introduces an optional Profile-Guided Optimization (PGO) and BOLT post-link optimization pipeline for the shipping rustysnes binary. The changes include the addition of the training scripts, CI workflow configurations, and comprehensive updates to the project's documentation, including the changelog, roadmap, status, and version plans. There are no review comments to address, so 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.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR performs the v1.19.0 "Afterburner" release bookkeeping for RustySNES: bumping the workspace/crate versions, regenerating Cargo.lock, and updating release-tracking documentation (STATUS/roadmap/version plan + changelog) to reflect the new release and its PGO/BOLT pipeline milestone.

Changes:

  • Bump workspace root + all versioned crates from 1.18.01.19.0 and regenerate Cargo.lock.
  • Promote CHANGELOG.md’s new v1.19.0 "Afterburner" - 2026-07-15 section (including the BOLT-stage fix note).
  • Update release pointers and ladder status in docs/STATUS.md, to-dos/ROADMAP.md, and to-dos/VERSION-PLAN.md.

Reviewed changes

Copilot reviewed 21 out of 22 changed files in this pull request and generated no comments.

Show a summary per file
File Description
Cargo.toml Bumps workspace package version to 1.19.0.
Cargo.lock Regenerated lockfile reflecting 1.19.0 workspace/crate versions.
CHANGELOG.md Adds the v1.19.0 "Afterburner" dated entry and release notes (incl. fixed BOLT-stage issue).
docs/STATUS.md Updates “Current release” to v1.19.0 and refreshes the summary paragraph to include the PGO/BOLT pipeline milestone.
to-dos/ROADMAP.md Updates roadmap narrative to mark the ladder as closed with v1.19.0 released and summarizes the PGO/BOLT rung.
to-dos/VERSION-PLAN.md Marks the v1.19.0 "Afterburner" rung as released and expands the delivered/verified notes.
crates/rustysnes-android/Cargo.toml Bumps crate version to 1.19.0.
crates/rustysnes-apu/Cargo.toml Bumps crate version to 1.19.0.
crates/rustysnes-cart/Cargo.toml Bumps crate version to 1.19.0.
crates/rustysnes-cheevos/Cargo.toml Bumps crate version to 1.19.0.
crates/rustysnes-core/Cargo.toml Bumps crate version to 1.19.0.
crates/rustysnes-cpu/Cargo.toml Bumps crate version to 1.19.0.
crates/rustysnes-frontend/Cargo.toml Bumps crate version to 1.19.0.
crates/rustysnes-gfx-shaders/Cargo.toml Bumps crate version to 1.19.0.
crates/rustysnes-ios/Cargo.toml Bumps crate version to 1.19.0.
crates/rustysnes-mobile/Cargo.toml Bumps crate version to 1.19.0.
crates/rustysnes-monetization/Cargo.toml Bumps crate version to 1.19.0.
crates/rustysnes-netplay/Cargo.toml Bumps crate version to 1.19.0.
crates/rustysnes-ppu/Cargo.toml Bumps crate version to 1.19.0.
crates/rustysnes-savestate/Cargo.toml Bumps crate version to 1.19.0.
crates/rustysnes-script/Cargo.toml Bumps crate version to 1.19.0.
crates/rustysnes-test-harness/Cargo.toml Bumps crate version to 1.19.0.

@doublegate
doublegate merged commit ea3ca77 into main Jul 15, 2026
14 checks passed
@doublegate
doublegate deleted the release/v1.19.0-afterburner branch July 15, 2026 00:27
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.

2 participants