From 183ea41ce43cf5363b3578aecf6a7f2f1101eedf Mon Sep 17 00:00:00 2001 From: Stuart Meeks Date: Fri, 21 Aug 2026 22:52:20 +0000 Subject: [PATCH] =?UTF-8?q?release:=201.0.0=20=E2=80=94=20first=20stable?= =?UTF-8?q?=20release?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps to 1.0.0 and promotes the [Unreleased] CHANGELOG section to [1.0.0] — 2026-08-21. No public API changed: 1.0.0 is a stability commitment over the 0.3.0 surface (SplashScreen, SplashOptions, SplashColors, SplashTagline), following SemVer from a 1.0 baseline, released with the accumulated standards-conformance work merged since 0.3.0. Co-Authored-By: Claude Opus 4.8 --- CHANGELOG.md | 16 +++++++++++++++- .../NextIteration.SpectreConsole.Splash.csproj | 2 +- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c777f39..ddca025 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +--- + +## [1.0.0] — 2026-08-21 + +First stable release. The public surface — `SplashScreen`, `SplashOptions`, +`SplashColors` and `SplashTagline` — is considered stable, and from this release the +package follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html) from a 1.0 +baseline: a breaking change to that surface bumps the major version. **No public API +changed in 1.0.0.** It is a stability commitment over the 0.3.0 surface, released +together with the accumulated repository-standards conformance work below (the estate +baseline in +[NextIteration.Standards](https://github.com/StuartMeeks/NextIteration.Standards)). + ### Added - **The house style is now gated in-build.** `EnforceCodeStyleInBuild` is `true` @@ -181,7 +194,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 interpolation, colour validation, tagline strategies, renderer output, and the quote pool). -[Unreleased]: https://github.com/StuartMeeks/NextIteration.SpectreConsole.Splash/compare/v0.3.0...HEAD +[Unreleased]: https://github.com/StuartMeeks/NextIteration.SpectreConsole.Splash/compare/v1.0.0...HEAD +[1.0.0]: https://github.com/StuartMeeks/NextIteration.SpectreConsole.Splash/compare/v0.3.0...v1.0.0 [0.3.0]: https://github.com/StuartMeeks/NextIteration.SpectreConsole.Splash/releases/tag/v0.3.0 [0.2.0]: https://github.com/StuartMeeks/NextIteration.SpectreConsole.Splash/releases/tag/v0.2.0 [0.1.2]: https://github.com/StuartMeeks/NextIteration.SpectreConsole.Splash/releases/tag/v0.1.2 diff --git a/src/NextIteration.SpectreConsole.Splash/NextIteration.SpectreConsole.Splash.csproj b/src/NextIteration.SpectreConsole.Splash/NextIteration.SpectreConsole.Splash.csproj index 12625cf..11431eb 100644 --- a/src/NextIteration.SpectreConsole.Splash/NextIteration.SpectreConsole.Splash.csproj +++ b/src/NextIteration.SpectreConsole.Splash/NextIteration.SpectreConsole.Splash.csproj @@ -10,7 +10,7 @@ NextIteration.SpectreConsole.Splash - 0.3.0 + 1.0.0 Configurable Figgle + Spectre.Console splash screen for .NET CLIs — gradient palette, pluggable tagline strategy, single-markup-call render path. true $(MSBuildThisFileDirectory)..\..\artifacts\packages