release: 1.0.1 - #17
Merged
Merged
Conversation
Patch release. No public API, behaviour, or rendered output change. Rolls up the [Unreleased] work: all five CodeQL security-and-quality findings resolved with genuine fixes (char.IsAsciiHexDigit, TestConsole disposal), and codeql.yml aligned to the updated §4.4 template (build-mode: none) so paths-ignore excludes generated obj/ output as intended. 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.
1.0.1 — patch release
Rolls the
[Unreleased]work into a tagged release. No public API, behaviour, or rendered output change — this is an internal quality/CI patch.Included
security-and-qualityfindings resolved with genuine fixes (merged in fix: resolve all four CodeQL findings + align codeql.yml to Standards (build-mode: none) #15, fix: bind using directly to constructed TestConsole (cs/local-not-disposed) #16):cs/complex-condition→char.IsAsciiHexDigitcs/local-not-disposed×2 →TestConsoledisposed viausing(bound directly to construction)cs/missed-ternary-operator×2 (generatedobj/entry point) → excluded viabuild-mode: nonecodeql.ymlaligned to the updated §4.4 template (build-mode: none), sopaths-ignore: **/obj/**actually takes effect.Release mechanics
<Version>bumped1.0.0→1.0.1.CHANGELOG.md[Unreleased]entries moved under## [1.0.1] — 2026-08-22.v1.0.1triggers thepublishjob (OIDC trusted publishing to NuGet).Verification
dotnet build -c Release— clean, packsNextIteration.SpectreConsole.Splash.1.0.1.nupkg, 0 warnings.dotnet test -c Release— 80/80 on net8.0 + net10.0.main.🤖 Generated with Claude Code