From 83a732963c8893bbf660cf3f46a621fba31ef38c Mon Sep 17 00:00:00 2001 From: Balaji Janakiram Date: Fri, 10 Apr 2026 18:34:07 +0530 Subject: [PATCH] Bump version to v1.2.0 Co-Authored-By: Claude Opus 4.6 (1M context) --- .claude-plugin/marketplace.json | 2 +- src/.claude-plugin/plugin.json | 2 +- src/decision/_version.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index c0acee4..27dfdad 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.1.1", + "version": "1.2.0", "license": "MIT", "keywords": [ "memory", "decisions", "reasoning", "context", diff --git a/src/.claude-plugin/plugin.json b/src/.claude-plugin/plugin.json index c5722f4..498f476 100644 --- a/src/.claude-plugin/plugin.json +++ b/src/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "decisions", - "version": "1.1.1", + "version": "1.2.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 b9e872b..37543fc 100644 --- a/src/decision/_version.py +++ b/src/decision/_version.py @@ -4,4 +4,4 @@ Or just run: scripts/bump-version.sh """ -__version__ = "1.1.1" +__version__ = "1.2.0"