release: 1.0.1 - #18
Merged
Merged
Conversation
Patch release — no consumer-visible API or runtime behaviour change. Bumps <Version> to 1.0.1 and finalises the CHANGELOG [1.0.1] section (dated 2026-08-22) from [Unreleased]. The shipped assembly carries only the behaviour-neutral internal refactors from #16 that cleared the CodeQL security-and-quality findings (Path.Join, narrowed catches, .Where(...), using(cts)); the remainder is CI-only (the #17 move to buildless CodeQL analysis). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Prepares the 1.0.1 patch release.
<Version>1.0.0 → 1.0.1 in the library csproj.[Unreleased]→[1.0.1] — 2026-08-22, fresh empty[Unreleased], and updated compare-link references.No consumer-visible API or runtime behaviour change. The shipped assembly carries only the behaviour-neutral internal refactors from #16 that cleared the CodeQL
security-and-qualityfindings (Path.Join, narrowed catch clauses,.Where(...),using(cts)); the rest is CI-only (the #17 move to buildless CodeQL analysis). Public surface and shipped TFMs (net8.0,net10.0) are unchanged from 1.0.0.dotnet pack -c ReleaseproducesNextIteration.SpectreConsole.Settings.1.0.1.nupkgcleanly (0 warnings).Release procedure (after merge)
Push a
v1.0.1tag on the merge commit →ci.ymlruns build + test (3 platforms) + gate, then the tag-gatedpublishjob pushes to nuget.org via OIDC trusted publishing. GitHub release cut by hand afterwards, as per the estate convention.🤖 Generated with Claude Code