Skip to content

chore: release v0.10.0#52

Merged
lettertwo merged 1 commit into
mainfrom
release-plz-2026-07-20T16-53-41Z
Jul 21, 2026
Merged

chore: release v0.10.0#52
lettertwo merged 1 commit into
mainfrom
release-plz-2026-07-20T16-53-41Z

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 20, 2026

Copy link
Copy Markdown
Contributor

🤖 New release

  • git-workon-lib: 0.9.0 -> 0.10.0 (⚠ API breaking changes)
  • git-workon: 0.9.0 -> 0.10.0

git-workon-lib breaking changes

--- failure enum_variant_missing: pub enum variant removed or renamed ---

Description:
A publicly-visible enum has at least one variant that is no longer available under its prior name. It may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/enum_variant_missing.ron

Failed in:
  variant WorktreeError::InvalidGitFile, previously in file /tmp/.tmp53dY2r/git-workon-lib/src/error.rs:87

--- failure method_parameter_count_changed: pub method parameter count changed ---

Description:
A publicly-visible method now takes a different number of parameters, not counting the receiver (self) parameter.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#fn-change-arity
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/method_parameter_count_changed.ron

Failed in:
  workon::WorktreeDescriptor::of takes 1 parameters in /tmp/.tmp53dY2r/git-workon-lib/src/worktree.rs:74, but now takes 2 parameters in /tmp/.tmpZQLfZI/git-workon/git-workon-lib/src/worktree.rs:82
Changelog

git-workon-lib

0.10.0 - 2026-07-21

Added

  • (lib) read parentBranchRevision from both graphite metadata formats

Fixed

  • (worktree) keep branch() working when workdir is deleted
  • (cli) stop stacked list duplicating rows on ghost branches
  • (lib) resolve graphite metadata files from the git common dir

Other

  • (lib) detect gt on PATH without spawning it
  • bump workspace rust-version to 1.88
  • (lib) drop unused dialoguer and env_logger dependencies

git-workon

0.10.0 - 2026-07-21

Fixed

  • (cli) map flat-picker selection through worktree index
  • (cli) stop stacked list duplicating rows on ghost branches
  • (cli) read no-color override on every use_color call

Other

  • (cli) make color-sensitive tests robust to FORCE_COLOR
  • bump workspace rust-version to 1.88


This PR was generated with release-plz.

@github-actions github-actions Bot changed the title chore: release v0.9.1 chore: release v0.10.0 Jul 21, 2026
@github-actions
github-actions Bot force-pushed the release-plz-2026-07-20T16-53-41Z branch from ba0c5a5 to 4a88977 Compare July 21, 2026 12:48
@lettertwo
lettertwo merged commit 4c47d2a into main Jul 21, 2026
13 checks passed
@lettertwo
lettertwo deleted the release-plz-2026-07-20T16-53-41Z branch July 21, 2026 12:50
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