From 7477c83317e183d59a35f4af195869b0c1d776f9 Mon Sep 17 00:00:00 2001 From: Balaji Janakiram Date: Tue, 21 Apr 2026 12:04:17 +0530 Subject: [PATCH] Bump version to v1.4.0 Co-Authored-By: Claude Sonnet 4.6 --- .claude-plugin/marketplace.json | 2 +- CHANGELOG.md | 2 +- src/.claude-plugin/plugin.json | 2 +- src/decision/_version.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index e0274c0..2c22f8b 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -12,7 +12,7 @@ "name": "decisions", "source": "./src", "description": "Decision memory for Claude Code — captures why choices were made so future sessions inherit context instead of repeating debates.", - "version": "1.3.0", + "version": "1.4.0", "license": "MIT", "keywords": [ "memory", "decisions", "reasoning", "context", diff --git a/CHANGELOG.md b/CHANGELOG.md index 496e1fb..762f889 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## Unreleased +## 1.4.0 — 2026-04-21 ### Removed - **Superpowers autoseeding** — the SessionStart hook no longer creates 8 `superpowers-*.md` decision files when the Superpowers plugin is detected. Manufactured decisions conflict with the zero-config, user-authored philosophy. Spec/plan extraction from `docs/superpowers/` files is unchanged. diff --git a/src/.claude-plugin/plugin.json b/src/.claude-plugin/plugin.json index ee81829..e82c404 100644 --- a/src/.claude-plugin/plugin.json +++ b/src/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "decisions", - "version": "1.3.0", + "version": "1.4.0", "description": "Gives your codebase a memory for why. Captures decisions automatically, surfaces them when you edit affected files.", "author": { "name": "Zima Labs", diff --git a/src/decision/_version.py b/src/decision/_version.py index eeb22a3..6aff748 100644 --- a/src/decision/_version.py +++ b/src/decision/_version.py @@ -4,4 +4,4 @@ Or just run: scripts/bump-version.sh """ -__version__ = "1.3.0" +__version__ = "1.4.0"