Skip to content

chore: release v0.17.3 - #745

Merged
hyoshi merged 1 commit into
mainfrom
release/v0.17.3
Sep 2, 2026
Merged

chore: release v0.17.3#745
hyoshi merged 1 commit into
mainfrom
release/v0.17.3

Conversation

@hyoshi

@hyoshi hyoshi commented Sep 2, 2026

Copy link
Copy Markdown
Collaborator

Cuts 0.17.3 and bumps every version string (pyproject, __init__, plugin manifest, Gemini extension, 53 SKILL.md pins). The [Unreleased] Fixed block moves down verbatim under [0.17.3] - 2026-09-02.

Patch: four fixes, no new MCP tool, no schema change, no migration.

After merge: tag v0.17.3, publish the GitHub Release with the CHANGELOG section as its body; release.yml pushes to PyPI.

Cuts a `0.17.3` section and bumps every version string.

- CHANGELOG.md: a new `[0.17.3] - 2026-09-02` section. The `[Unreleased]`
  Fixed block (#740, #728, #739, #737) moves down verbatim; `[Unreleased]`
  stays as an empty heading
- pyproject.toml, mureo/__init__.py, .claude-plugin/plugin.json,
  gemini-extension.json: 0.17.2 -> 0.17.3
- 53 SKILL.md frontmatter `version` fields synced

Patch. Four fixes, no new MCP tool, no tool schema change, no STATE.json
key, no migration:

- #740: the Meta token inspection from #726 never worked (POST refused by
  Graph; a system-user token cannot inspect itself). It is now a GET
  authenticated with the app access token, and a token Graph reports as
  permanent (`expires_at: 0`) is recorded as `token_never_expires` and is
  never exchanged for a 60-day one. One new optional credentials field,
  read only as a JSON boolean; absent means the pre-#740 behaviour.
- #728: the basic-setup skills row compares the deployed SKILL.md copies
  against the shipped ones and reports missing / stale / current; a stale
  set names both versions and the reinstall command. `mureo upgrade` prints
  the same line. `setup_parts` gains three fields; the boolean keeps its
  meaning.
- #739 (+#743): the test suite no longer writes stub tokens into a real
  credentials file, and the guard for that passes on Windows.
- #737: proposal cards on the reports screen regain their padding.

Operators holding a permanent system-user token should re-paste it once
after upgrading, with the app ID and secret, so the verdict is recorded.
@hyoshi
hyoshi merged commit f04d3ea into main Sep 2, 2026
13 checks passed
@hyoshi
hyoshi deleted the release/v0.17.3 branch September 2, 2026 12:01
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