From 7bf9e4f8f5a4765240d940253056f7d74b8f6405 Mon Sep 17 00:00:00 2001 From: Stuart Meeks Date: Sat, 22 Aug 2026 01:34:24 +0000 Subject: [PATCH] release: 1.0.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bump Version to 1.0.1 and cut the CHANGELOG [Unreleased] section to [1.0.1] — 2026-08-22, adding the compare/tag link refs. Maintenance release, no consumer-facing API or behavior change: - FileCredentialManager null-check hardening (behavior-identical; resolves the cs/dereferenced-value-may-be-null CodeQL alert). - CI-only move to buildless CodeQL analysis (Standards §4.4). Co-Authored-By: Claude Opus 4.8 --- CHANGELOG.md | 9 ++++++++- .../NextIteration.SpectreConsole.Auth.csproj | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2689f6..16dc686 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.1] — 2026-08-22 + +Maintenance release. No API or behavior change for consumers: a behavior-identical +hardening of an internal null-check in the file backend, plus a CI-only move to buildless +CodeQL analysis. Safe drop-in over 1.0.0. + ### Changed - **CodeQL now analyses the C# source buildless** (NextIteration.Standards §4.4). The @@ -414,7 +420,8 @@ Consumers needed a way to read a specific stored credential's secret at runtime - SourceLink, deterministic builds, embedded symbols, published symbol packages. - `TreatWarningsAsErrors=true`, `AnalysisLevel=latest` — zero-warning public API. -[Unreleased]: https://github.com/StuartMeeks/NextIteration.SpectreConsole.Auth/compare/v1.0.0...HEAD +[Unreleased]: https://github.com/StuartMeeks/NextIteration.SpectreConsole.Auth/compare/v1.0.1...HEAD +[1.0.1]: https://github.com/StuartMeeks/NextIteration.SpectreConsole.Auth/releases/tag/v1.0.1 [1.0.0]: https://github.com/StuartMeeks/NextIteration.SpectreConsole.Auth/releases/tag/v1.0.0 [0.7.1]: https://github.com/StuartMeeks/NextIteration.SpectreConsole.Auth/releases/tag/v0.7.1 [0.7.0]: https://github.com/StuartMeeks/NextIteration.SpectreConsole.Auth/releases/tag/v0.7.0 diff --git a/src/NextIteration.SpectreConsole.Auth/NextIteration.SpectreConsole.Auth.csproj b/src/NextIteration.SpectreConsole.Auth/NextIteration.SpectreConsole.Auth.csproj index c42930a..c983d75 100644 --- a/src/NextIteration.SpectreConsole.Auth/NextIteration.SpectreConsole.Auth.csproj +++ b/src/NextIteration.SpectreConsole.Auth/NextIteration.SpectreConsole.Auth.csproj @@ -12,7 +12,7 @@ NextIteration.SpectreConsole.Auth - 1.0.0 + 1.0.1 Credential storage, encryption, and Spectre.Console CLI commands for managing provider credentials in CLI tools. true $(MSBuildThisFileDirectory)..\..\artifacts\packages