Skip to content

chore: bump to 2.3.1-dev after cutting 2.3.0 - #367

Merged
rappdw merged 1 commit into
mainfrom
chore/bump-2.3.1-dev
Sep 21, 2026
Merged

rappdw merged 1 commit into
mainfrom
chore/bump-2.3.1-dev

Conversation

@rappdw

@rappdw rappdw commented Sep 21, 2026

Copy link
Copy Markdown
Owner

Routine post-release bump, immediately after the v2.3.0 tag, so main never sits on a released version — a build from main would otherwise report 2.3.0 and be indistinguishable from the release.

One line: SANDY_VERSION 2.3.0 → 2.3.1-dev.

For anyone gating on this number: _ver_lt strips everything after the first -, so 2.3.1-dev compares equal to 2.3.1. A >= X.Y.Z test is satisfied by every commit on that dev line, including ones predating the feature being looked for. Probe the capability instead — a key in --print-schemas tier lists, a field in --print-state, or membership of manifest.top_level_keys / manifest.agent_args_compose.

🤖 Generated with Claude Code

Post-release bump, immediately after the tag, so main never sits on a
released version: a build from main would otherwise report 2.3.0 and be
indistinguishable from the release itself.

Note for consumers gating on this: _ver_lt strips everything after the
first '-', so 2.3.1-dev compares EQUAL to 2.3.1. A `>= X.Y.Z` test is
satisfied by every commit on that dev line, including ones predating
whatever the consumer is actually looking for. Probe the capability --
a key in --print-schema's tier lists, a field in --print-state, or a
member of manifest.top_level_keys / manifest.agent_args_compose -- not
the number.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@rappdw
rappdw merged commit 8d86d73 into main Sep 21, 2026
2 checks passed
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