From 22e617cfa2a792f22bc85dd2fa4eddbd1f555a3d Mon Sep 17 00:00:00 2001 From: Rob Zolkos Date: Thu, 3 Sep 2026 18:06:29 -0400 Subject: [PATCH] Update nix flake and plugin version for v0.10.0 --- .claude-plugin/plugin.json | 2 +- .codex-plugin/plugin.json | 2 +- nix/package.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 2efdded0..2fa59245 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "basecamp", - "version": "0.9.1", + "version": "0.10.0", "description": "Basecamp integration for Claude Code. Create todos, track work, link code to projects.", "author": { "name": "37signals", diff --git a/.codex-plugin/plugin.json b/.codex-plugin/plugin.json index fc540450..6ad91309 100644 --- a/.codex-plugin/plugin.json +++ b/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "basecamp", - "version": "0.9.1", + "version": "0.10.0", "description": "Use Basecamp from Codex to find work, create todos, and keep projects up to date.", "author": { "name": "37signals", diff --git a/nix/package.nix b/nix/package.nix index ff91f2a7..38177dab 100644 --- a/nix/package.nix +++ b/nix/package.nix @@ -3,7 +3,7 @@ buildGoModule.override { go = go_1_26; } (finalAttrs: { pname = "basecamp"; # Updated automatically by scripts/update-nix-flake.sh on each release. - version = "0.9.1"; + version = "0.10.0"; src = lib.cleanSource ./..;