Skip to content

v0.11.0

Choose a tag to compare

@github-actions github-actions released this 12 Jul 20:21
Immutable release. Only release title and notes can be modified.
v0.11.0
e0b0cb5

✨ Added

  • Built-in --jq filter runs a jq expression over the JSON output in-process (gojq, gh CLI style): strings print raw, other results print as JSON per line, --output=json is implied, and failure envelopes are filtered with the exit code preserved
  • New issue rank command reorders backlog issues headlessly: place keys before or after an anchor issue in LexoRank order, with ranges chunked transparently at the API's 50-issue limit and order preserved end-to-end

🔥 Changed

  • The foreign-flag hint no longer competes with its own suggestion: it says to use this CLI's equivalent, and the suggestion names it

📜 Commits

  • c41cee7 feat(output): built-in --jq filter over the JSON output
  • 4f16384 feat(config): persist a keyring credential index for enumeration
  • 41f0922 feat(issue): rank command for headless backlog ordering
  • 6c87a98 fix(cli): stop the foreign-flag hint duplicating its suggestion
  • 2012447 docs: cover the completion cache and pager

Full Changelog: v0.10.15...v0.11.0