diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index d02da42..c79e8bc 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -9,9 +9,15 @@ "name": "cc-loop", "source": "./plugins/cc-loop", "description": "Claude Code lifecycle hooks for minimum-duration, rounds-based, and goal-confirmed agent work.", - "version": "0.1.0", + "version": "0.1.1", "category": "Developer Tools", - "tags": ["claude-code", "hooks", "automation", "qa", "cli"] + "tags": [ + "claude-code", + "hooks", + "automation", + "qa", + "cli" + ] } ] } diff --git a/CHANGELOG.md b/CHANGELOG.md index e397b99..943e2d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.1.1 - 2026-05-10 + +### Bug Fixes + +- Avoid duplicate Claude hook load ## 0.1.0 - 2026-05-10 ### Features - Initial Claude Code loop +[0.1.1]: https://github.com///compare/v0.1.0...v0.1.1 [0.1.0]: https://github.com///releases/tag/v0.1.0 --- *Generated by [git-cliff](https://git-cliff.org)* \ No newline at end of file diff --git a/RELEASE_BODY.md b/RELEASE_BODY.md index 1d48e30..daec9e8 100644 --- a/RELEASE_BODY.md +++ b/RELEASE_BODY.md @@ -1,5 +1,5 @@ -## 0.1.0 - 2026-05-10 +## 0.1.1 - 2026-05-10 -### Features +### Bug Fixes -- Initial Claude Code loop \ No newline at end of file +- Avoid duplicate Claude hook load \ No newline at end of file diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 0b3e4ab..b99b7a2 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,9 @@ +## 0.1.1 - 2026-05-10 + +### Bug Fixes + +- Avoid duplicate Claude hook load + ## 0.1.0 - 2026-05-10 ### Features @@ -20,10 +26,4 @@ ### Bug Fixes -- Release process - -## 0.1.1 - 2026-05-02 - -### Refactoring - -- Interpret command \ No newline at end of file +- Release process \ No newline at end of file diff --git a/plugins/cc-loop/.claude-plugin/plugin.json b/plugins/cc-loop/.claude-plugin/plugin.json index 4c5d09b..1a6f94f 100644 --- a/plugins/cc-loop/.claude-plugin/plugin.json +++ b/plugins/cc-loop/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "cc-loop", - "version": "0.1.0", + "version": "0.1.1", "description": "Claude Code lifecycle loop hooks for minimum-duration, rounds-based, and goal-confirmed agent work.", "author": { "name": "Pedro Nauck",