From 630b21fbafaf48ecf50f7528b45e51d77d4ba5c8 Mon Sep 17 00:00:00 2001 From: Will Ford Date: Wed, 24 Jun 2026 13:06:24 +0200 Subject: [PATCH] release: v0.1.1 Bump manifest version to 0.1.1 and finalize the changelog for the release, covering the homepage/repository manifest metadata and the new PRIVACY.md. Co-Authored-By: Claude Opus 4.8 (1M context) --- .claude-plugin/marketplace.json | 2 +- .claude-plugin/plugin.json | 2 +- CHANGELOG.md | 6 +++++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 6d3b128..87c5dc0 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -9,7 +9,7 @@ { "name": "containuity", "description": "Checkpoint workflow for long-running projects: commit, save memories, refresh a source-verified living doc, and emit a post-compaction rehydrate go-block.", - "version": "0.1.0", + "version": "0.1.1", "source": "./", "author": { "name": "Will Ford", diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index b2659a0..6c70b13 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "containuity", "description": "Checkpoint workflow for long-running projects: at clean breakpoints, commit, save durable memories, refresh the living design doc (source-verified), and emit a post-compaction rehydrate go-block.", - "version": "0.1.0", + "version": "0.1.1", "author": { "name": "Will Ford", "email": "william.ford.space@gmail.com" diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a93774..59a45c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,8 +6,11 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.1.1] - 2026-06-24 + ### Added - `homepage` and `repository` fields in the plugin manifest for discoverability. +- `PRIVACY.md` privacy policy (the plugin collects no data), linked from `SECURITY.md`. ## [0.1.0] - 2026-06-24 @@ -23,5 +26,6 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - Per-seat configuration via `.checkpoint.config` (`checkpoint.config.example` template). - README, worked EXAMPLE, MIT LICENSE, and a local validation script. -[Unreleased]: https://github.com/vonargo/containuity/compare/v0.1.0...HEAD +[Unreleased]: https://github.com/vonargo/containuity/compare/v0.1.1...HEAD +[0.1.1]: https://github.com/vonargo/containuity/compare/v0.1.0...v0.1.1 [0.1.0]: https://github.com/vonargo/containuity/releases/tag/v0.1.0