Skip to content

Switch to CalVer and bump version to 26.8.0 - #313

Merged
nicomiguelino merged 2 commits into
masterfrom
release-2026.8.1
Aug 28, 2026
Merged

Switch to CalVer and bump version to 26.8.0#313
nicomiguelino merged 2 commits into
masterfrom
release-2026.8.1

Conversation

@nicomiguelino

@nicomiguelino nicomiguelino commented Aug 28, 2026

Copy link
Copy Markdown
Contributor

What

Switches versioning from SemVer to CalVer: YY.M.MICRO (two-digit year, unpadded month, micro starting at 0). First release under the new scheme: 26.8.0.

Why

Cargo parses Cargo.toml's version as strict SemVer, which rejects leading zeros — confirmed 26.08.0 fails cargo check while 26.8.0 doesn't. So the month stays unpadded everywhere: Cargo.toml, git tag, and --version output all match.

Changes

  • Cargo.toml, Cargo.lock, action.yml, Dockerfile26.8.0
  • README ## Release Process rewritten for YY.M.MICRO, with the leading-zero caveat and how to pick the next MICRO

Cargo enforces strict SemVer with no leading zeros, so the month is
unpadded (2026.8.1, not 2026.08.1). Updates the release process docs
to match.
Copilot AI lite review requested due to automatic review settings August 28, 2026 00:08

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

Switches from 2026.8.1 to 26.8.0: YY.M.MICRO with MICRO starting at 0.
Copilot AI review requested due to automatic review settings August 28, 2026 04:48
@nicomiguelino nicomiguelino changed the title Switch to CalVer and bump version to 2026.8.1 Switch to CalVer and bump version to 26.8.0 Aug 28, 2026

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@nicomiguelino
nicomiguelino merged commit bc5a0ea into master Aug 28, 2026
10 of 11 checks passed
@nicomiguelino
nicomiguelino deleted the release-2026.8.1 branch August 28, 2026 18:09
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.

3 participants