From 913b7a3c1319df883a35bbec5927b9f39a30250c Mon Sep 17 00:00:00 2001 From: JNHFlow21 Date: Tue, 11 Aug 2026 10:22:10 -0400 Subject: [PATCH] chore: prepare v0.1.1 release --- CHANGELOG.md | 9 +++++++++ CITATION.cff | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d49271..80f44c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes are documented here. This project follows semantic versioning for tagged releases. +## [0.1.1] - 2026-08-11 + +### Changed + +- Replaced the unavailable direct installer-helper example with the verified + project-local Skills CLI route and documented its telemetry opt-out. +- Refreshed the owner traffic snapshot used by the live Repository Pulse. + ## [0.1.0] - 2026-08-11 ### Added @@ -15,4 +23,5 @@ versioning for tagged releases. - Token-safe Repository Pulse installer and white-background SVG renderer. - English and Simplified Chinese repository documentation. +[0.1.1]: https://github.com/JNHFlow21/open-source-launch/compare/v0.1.0...v0.1.1 [0.1.0]: https://github.com/JNHFlow21/open-source-launch/releases/tag/v0.1.0 diff --git a/CITATION.cff b/CITATION.cff index 9f028e7..2fd67c7 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -4,7 +4,7 @@ title: "Open Source Launch" type: software authors: - name: "JNHFlow21" -version: 0.1.0 +version: 0.1.1 date-released: 2026-08-11 url: "https://github.com/JNHFlow21/open-source-launch" repository-code: "https://github.com/JNHFlow21/open-source-launch"