Skip to content

release: 1.0.1 - #34

Merged
StuartMeeks merged 1 commit into
mainfrom
release/1.0.1
Aug 22, 2026
Merged

release: 1.0.1#34
StuartMeeks merged 1 commit into
mainfrom
release/1.0.1

Conversation

@StuartMeeks

Copy link
Copy Markdown
Owner

Ships the first stable release as 1.0.1 rather than 1.0.0.

Why the gap

1.0.0 was prepared and merged but never tagged, so it was never published. Nothing was released and then withdrawn, and there is no 1.0.0 package on nuget.org for anyone to upgrade from.

The CHANGELOG says this explicitly, because a missing version in a published sequence normally reads as a yanked release — which would be a much more alarming signal than the truth.

Changes

  • <Version> 1.0.01.0.1
  • CHANGELOG [1.0.0] section → [1.0.1], with the note above; Unreleased compare and tag link refs repointed to v1.0.1

PackageValidationBaselineVersion stays at 0.3.1 — that is still the last version actually published, so it remains the correct surface to validate against. Validation passes.

The SkipVersionPredicate example in the README mentions "1.0.0" as a sample version string; it is unrelated to this package's own version and is left alone.

What 1.0.1 contains

Everything from the 1.0.0 work: the interface inversion (breaking for implementers only), the standards catch-up, the buildless CodeQL analysis, and the narrowed exception handling. See the [1.0.1] section for the full set — in particular the breaking change for implementers of IUpdateSource / IUpdateChecker / ISelfUpdater, and the deliberate behaviour change where a masked defect now surfaces instead of being reported as "no update available".

Verification

Release build: 0 warnings, 0 errors. dotnet test --configuration Release: 410 passed, 0 failed (205 × net8.0/net10.0).

Package inspected: 1.0.1, lib/net8.0 + lib/net10.0.

No tag pushed. Publishing is tag-gated; tag v1.0.1 only after this merges.

🤖 Generated with Claude Code

Ships the first stable release as 1.0.1 rather than 1.0.0.

1.0.0 was prepared and merged but never tagged, so it was never published.
Nothing was released and then withdrawn, and there is no 1.0.0 package on
nuget.org for a consumer to upgrade from — the CHANGELOG says so explicitly
so the gap in the version sequence is not read as a yanked release.

PackageValidationBaselineVersion stays at 0.3.1: that is still the last
version actually published, so it remains the correct surface to validate
against. Validation passes.

Package verified: 1.0.1, lib/net8.0 + lib/net10.0.
Release build: 0 warnings. 410 tests (205 × net8.0/net10.0) pass.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@StuartMeeks
StuartMeeks merged commit 9d83a64 into main Aug 22, 2026
9 checks passed
@StuartMeeks
StuartMeeks deleted the release/1.0.1 branch August 22, 2026 02:06
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