fix: restore main to engine 0.9.0 - #18
Merged
Merged
Conversation
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
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.
mainreads0.10.0.dev1. It should read0.9.0— the version on PyPI.The post-release dev bump (
fc35f82) reachedmainby riding along in the plugin v0.4.0 PR: the plugin-only release flow branches fromdev, anddevwas already one commit ahead with the.dev1bump from the 0.9.0 engine release.Nothing downstream was affected —
plugin-v*tags do not triggerpublish.yml, so no publish fired from the bad state, and plugin consumers read.claude-plugin/andskills/only.plugin-v0.4.0is left in place;plugin-v0.4.1will be cut here and the marketplace ref repointed.devkeeps0.10.0.dev1, which is correct there. The next engine release will conflict on these two files, sincemainanddevnow differ from a shared base matching neither — resolve in favour of the release version being cut.https://claude.ai/code/session_01WLrTJYE9Rz6oRBtHhMYM7L