Skip to content

fix: restore main to engine 0.9.0 - #18

Merged
svd merged 1 commit into
mainfrom
fix/main-version-0.9.0
Aug 27, 2026
Merged

fix: restore main to engine 0.9.0#18
svd merged 1 commit into
mainfrom
fix/main-version-0.9.0

Conversation

@svd

@svd svd commented Aug 27, 2026

Copy link
Copy Markdown
Owner

main reads 0.10.0.dev1. It should read 0.9.0 — the version on PyPI.

The post-release dev bump (fc35f82) reached main by riding along in the plugin v0.4.0 PR: the plugin-only release flow branches from dev, and dev was already one commit ahead with the .dev1 bump from the 0.9.0 engine release.

Nothing downstream was affected — plugin-v* tags do not trigger publish.yml, so no publish fired from the bad state, and plugin consumers read .claude-plugin/ and skills/ only. plugin-v0.4.0 is left in place; plugin-v0.4.1 will be cut here and the marketplace ref repointed.

dev keeps 0.10.0.dev1, which is correct there. The next engine release will conflict on these two files, since main and dev now differ from a shared base matching neither — resolve in favour of the release version being cut.

https://claude.ai/code/session_01WLrTJYE9Rz6oRBtHhMYM7L

Reverts the post-release dev bump, which reached main by riding along in
the plugin v0.4.0 PR: the plugin-only release branches from dev, and dev
was already one commit ahead with 0.10.0.dev1 from the 0.9.0 release.

main tracks released versions, so it must read 0.9.0 — the version on
PyPI. No publish fired from the bad state (plugin-v* does not trigger
publish.yml), so nothing downstream saw 0.10.0.dev1 as installable.

The dev branch keeps 0.10.0.dev1, which is correct there. Note that the
next engine release will conflict on these two files, since main and dev
now differ from a shared base that matches neither; resolve in favour of
the release version being cut.

Claude-Session: https://claude.ai/code/session_01WLrTJYE9Rz6oRBtHhMYM7L
@svd
svd merged commit c8995bd into main Aug 27, 2026
11 checks passed
@svd
svd deleted the fix/main-version-0.9.0 branch August 27, 2026 14:33
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