🏗️ build: cut v0.8.0-rc.3#171
Merged
Merged
Conversation
Third and largest RC of the 0.8.0 series. Lands the remaining configurability tranches (config CLI #89/PR #161, lifecycle hooks #88/PR #162, GitHub issue/PR templates #83/PR #163 + #84/PR #164) and the full TUI personalisation axis (remappable keymap with chords #87/PR #165, sidebar stashes #34/PR #166, command palette #32/PR #167, role-based themes #33/PR #168), plus three dependency bumps. - Cargo.toml / Cargo.lock: 0.8.0-rc.2 → 0.8.0-rc.3. - changelogs/pre-releases/0.8.0-rc.3.md: new per-RC file with the delta against rc.2 (Added / Dependencies / Deferred / Tests). - CHANGELOG.md: reset [Unreleased] to the placeholder (the eight feature bullets move into the rc.3 file) and add 0.8.0-rc.3 above rc.2 in the Pre-releases index. - ROADMAP.md: add the rc.3 shipped rows (#89/#88, #83/#84, #87/#32/#33/#34) to the Shipped highlights table; drop the now-empty Configurability and TUI polish sections. Dependabot triage: - Merged: serde_json 1.0.150 (#158), sha2 0.11 (#159, MSRV-verified), criterion 0.8 (#160, benches migrated to std::hint::black_box). - Deferred: git2 0.21 (#157) — breaking accessor-API migration tracked in #169, PR left open. - Filed follow-up #170 for the [theme] draw_* colour audit. Reconciliation: open PRs accounted for (4 Dependabot triaged above; #157 deferred). Local guards green: cargo fmt --check cargo clippy --all-targets -- -D warnings cargo clippy --all-targets -- -W clippy::incompatible_msrv ./.github/scripts/check-rc-changelog-dupes.sh v0.8.0-rc.3 cargo test (973 passed)
There was a problem hiding this comment.
Pull request overview
Release-cut PR bumping the project version from 0.8.0-rc.2 to 0.8.0-rc.3, adding the per-RC changelog, resetting the [Unreleased] section, and updating the roadmap to reflect shipped configurability and TUI personalisation tranches.
Changes:
- Bump
Cargo.toml/Cargo.lockto0.8.0-rc.3and addchangelogs/pre-releases/0.8.0-rc.3.md. - Reset
CHANGELOG.md[Unreleased]to a placeholder and link the new RC file in the index. - Update
ROADMAP.mdshipped table with rc.3 rows and drop the now-empty Configurability / TUI polish sections.
Reviewed changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| Cargo.toml | Version bump to 0.8.0-rc.3. |
| Cargo.lock | Lockfile version bump to match. |
| CHANGELOG.md | Reset [Unreleased], add rc.3 entry to the per-RC index. |
| changelogs/pre-releases/0.8.0-rc.3.md | New per-RC delta notes vs rc.2. |
| ROADMAP.md | Add rc.3 shipped rows; drop the now-empty Configurability and TUI polish sections. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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
Cuts v0.8.0-rc.3 — the third and largest RC of the 0.8.0 series.
Lands the remaining configurability tranches and the full TUI personalisation axis:
gwm config get/set/unset/list/validate/path/edit(comment-preservingtoml_edit)[hooks.*]lifecycle hooks (six phases,on_fail,[[bootstrap.command]]compat)[issue_template]+gwm new <type> <desc>[pr_template]+gwm pr [--draft] [--base] [--render][tui.keys]remappable keymap with chord support +gwm tui keyss):)[theme]role-based colours + presetsDependabot triage (Step 0 reconciliation)
std::hint::black_box).[theme]draw_*colour audit follow-up.Cut mechanics
Cargo.toml/Cargo.lock: 0.8.0-rc.2 → 0.8.0-rc.3.changelogs/pre-releases/0.8.0-rc.3.md(delta vs rc.2).CHANGELOG.md:[Unreleased]reset to placeholder; rc.3 added to the index.ROADMAP.md: shipped rows added; now-empty Configurability / TUI polish sections dropped.Tests
Local guards green:
Tag
v0.8.0-rc.3will be pushed fromdevafter this merges and CI is green.