chore(release): Bump version to 0.6.0#36
Conversation
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
PR Review: chore(release): Bump version to 0.6.0Overall this is a clean, minimal release bump. The changes are consistent across all four README.md coordinates and Correctness ✅All version references are updated correctly:
No stale Minor Concern: Fallback version is now a release versionoverride def publishVersion = Task.Input {
Task.env.get("PUBLISH_VERSION").getOrElse("0.6.0")
}Convention is for the local fallback to be a SNAPSHOT (e.g. The "Post-merge" note in the PR description covers this (bump to Post-merge checklistThe manual tag step is easy to miss under pressure. Worth considering whether the release workflow could be triggered by a version bump commit pattern (e.g. a Nit:
|
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Summary
Release v0.6.0 version bump.
Changes since v0.5.0
bun""dependency specifiers, BunPublishModule embedsMETA-INF/bun/bun-dependencies.jsonfor automatic transitive npm dependency resolutionVersion updates
build.mill: 0.5.1-SNAPSHOT → 0.6.0README.md: 0.5.0 → 0.6.0 (Mill, sbt, Maven coordinates)Test plan
./mill agent.compilepasses./mill agent.test— 49 suites, 0 failuresPost-merge
After merge, create annotated tag
v0.6.0on the merge commit and push to trigger release workflow. Then bump to0.6.1-SNAPSHOT.🤖 Generated with Claude Code