From b734eff902febcdbf616d8da33ce29e6bfe8edfe Mon Sep 17 00:00:00 2001 From: Jacob Magar Date: Sat, 14 Mar 2026 03:11:04 -0400 Subject: [PATCH] docs: add version bump reminder to CLAUDE.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Always update both pyproject.toml and .claude-plugin/plugin.json when bumping versions — missed in 0.4.4→0.4.5 bump. Co-Authored-By: Claude --- CLAUDE.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index fe46957..4bbeaf5 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -177,6 +177,11 @@ See `tests/mcporter/README.md` for transport differences and `docs/DESTRUCTIVE_A Use these when adding new queries/mutations. +### Version Bumps +When bumping the version, **always update both files** — they must stay in sync: +- `pyproject.toml` → `version = "X.Y.Z"` under `[project]` +- `.claude-plugin/plugin.json` → `"version": "X.Y.Z"` + ### Symlinks `AGENTS.md` and `GEMINI.md` are symlinks to `CLAUDE.md` for Codex/Gemini compatibility: ```bash