From 2c0681e01d406a59cae9fc866954e49899ce3538 Mon Sep 17 00:00:00 2001 From: cm-dyoshikawa Date: Mon, 28 Jul 2025 20:07:30 -0700 Subject: [PATCH 1/2] Update version to 0.8.0 in CLI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- src/cli/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli/main.ts b/src/cli/main.ts index 372d765..6865945 100644 --- a/src/cli/main.ts +++ b/src/cli/main.ts @@ -7,7 +7,7 @@ export async function main(): Promise { program .name("ccsettings") .description("Claude Code Settings Manager - Apply settings templates to projects") - .version("0.7.0"); + .version("0.8.0"); const applyCmd = program .command("apply") From 3cb2be2e08df4a4866c1395886de95a331c11799 Mon Sep 17 00:00:00 2001 From: cm-dyoshikawa Date: Mon, 28 Jul 2025 20:08:55 -0700 Subject: [PATCH 2/2] Bump version to 0.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fd3098a..854507a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ccsettings", - "version": "0.7.0", + "version": "0.8.0", "description": "CLI tool for applying Claude Code configuration templates on a per-project basis", "keywords": [ "claude-code",