From a6a8eb9a56abb24a081b6949ab1d463d62daaf36 Mon Sep 17 00:00:00 2001 From: Stuart Meeks Date: Mon, 8 Jun 2026 08:29:55 +0000 Subject: [PATCH] Release v1.0.2 Bump version to 1.0.2 and roll the Unreleased changelog entry into the 1.0.2 section (snipdeck-importer published to NuGet). Co-Authored-By: Claude Opus 4.8 --- CHANGELOG.md | 2 ++ version.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f883ccf..62956ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.2] - 2026-06-08 + ### Added - The SnipCommand importer is now published to NuGet as a .NET global tool. Install it with `dotnet tool install --global NextIteration.Snipdeck.Importer`; the command stays diff --git a/version.json b/version.json index e471bf6..3a3c8e5 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json", - "version": "1.0.1", + "version": "1.0.2", "publicReleaseRefSpec": [ "^refs/tags/v\\d+\\.\\d+\\.\\d+" ]