chore: bump to 0.11.0-SNAPSHOT for development#57
Conversation
0.10.0 is released to Maven Central; advance the dev/default publish version. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
ReviewScope is appropriately tiny: a single fallback bump in Verified
One thing worth confirming — divergence from #53The PR cites #53 as the pattern, but #53 actually touched two files:
Two reasonable interpretations:
My read is that (1) is the right call and the README should not be bumped — but worth a sentence in the PR description either way so future-you doesn't wonder which convention is canonical when cutting 0.12. NitNot blocking, but consider extracting the dev-snapshot string into a single constant or computing it from a release version + suffix, so the next bump is a one-character edit instead of a string replacement. Given how trivial these PRs are, totally fine to defer. LGTM to merge once the README question is resolved (or acknowledged as intentional). |
Post-release hygiene: 0.10.0 is published to Maven Central and the GitHub Release is cut, so advance the default/dev publish version from
0.10.0-SNAPSHOTto0.11.0-SNAPSHOT. Mirrors #53 (which bumped to 0.9.3-SNAPSHOT after 0.9.2).PUBLISH_VERSION(set by the release workflow from the tag) still overrides this, so releases are unaffected; this only changes what localpublishLocal/ CI snapshot builds produce.🤖 Generated with Claude Code