From 5b915d58802aff22f509a7facaf67d08f8289226 Mon Sep 17 00:00:00 2001 From: phernandez Date: Tue, 25 Aug 2026 12:48:08 -0500 Subject: [PATCH] chore: update version to 0.23.1 for v0.23.1 release Signed-off-by: phernandez --- .claude-plugin/marketplace.json | 4 ++-- integrations/hermes/__init__.py | 2 +- integrations/hermes/plugin.yaml | 2 +- integrations/openclaw/package.json | 2 +- plugins/claude-code/.claude-plugin/marketplace.json | 4 ++-- plugins/claude-code/.claude-plugin/plugin.json | 2 +- plugins/claude-code/hooks/pre_compact.py | 2 +- plugins/claude-code/hooks/session_start.py | 2 +- plugins/codex/.codex-plugin/plugin.json | 2 +- plugins/codex/hooks/pre_compact.py | 2 +- plugins/codex/hooks/session_start.py | 2 +- server.json | 4 ++-- src/basic_memory/__init__.py | 2 +- 13 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index f46a8eea2..b67f6cea3 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -6,14 +6,14 @@ }, "metadata": { "description": "Official Basic Memory plugins from the canonical basic-memory repository", - "version": "0.23.0" + "version": "0.23.1" }, "plugins": [ { "name": "basic-memory", "source": "./plugins/claude-code", "description": "The bridge between Claude's working memory and Basic Memory's durable knowledge graph \u2014 session briefings, pre-compaction checkpoints, and capture reflexes", - "version": "0.23.0", + "version": "0.23.1", "author": { "name": "Basic Machines" }, diff --git a/integrations/hermes/__init__.py b/integrations/hermes/__init__.py index 8941cab7f..74336b217 100644 --- a/integrations/hermes/__init__.py +++ b/integrations/hermes/__init__.py @@ -39,7 +39,7 @@ from agent.memory_provider import MemoryProvider from tools.registry import tool_error -__version__ = "0.23.0" +__version__ = "0.23.1" logger = logging.getLogger("hermes.memory.basic-memory") diff --git a/integrations/hermes/plugin.yaml b/integrations/hermes/plugin.yaml index cfce11bf1..170106a47 100644 --- a/integrations/hermes/plugin.yaml +++ b/integrations/hermes/plugin.yaml @@ -1,5 +1,5 @@ name: basic-memory -version: 0.23.0 +version: 0.23.1 description: "Basic Memory — persistent knowledge graph backed by the basic-memory MCP server" manifest_version: 2 api_version: 1 diff --git a/integrations/openclaw/package.json b/integrations/openclaw/package.json index 884a9949e..c6c52085d 100644 --- a/integrations/openclaw/package.json +++ b/integrations/openclaw/package.json @@ -1,6 +1,6 @@ { "name": "@basicmemory/openclaw-basic-memory", - "version": "0.23.0", + "version": "0.23.1", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/plugins/claude-code/.claude-plugin/marketplace.json b/plugins/claude-code/.claude-plugin/marketplace.json index ec6af13e0..10940b684 100644 --- a/plugins/claude-code/.claude-plugin/marketplace.json +++ b/plugins/claude-code/.claude-plugin/marketplace.json @@ -6,14 +6,14 @@ }, "metadata": { "description": "Official plugins from Basic Machines for knowledge management and AI-assisted development", - "version": "0.23.0" + "version": "0.23.1" }, "plugins": [ { "name": "basic-memory", "source": "./", "description": "The bridge between Claude's working memory and Basic Memory's durable knowledge graph \u2014 session briefings, pre-compaction checkpoints, and capture reflexes", - "version": "0.23.0", + "version": "0.23.1", "author": { "name": "Basic Machines" }, diff --git a/plugins/claude-code/.claude-plugin/plugin.json b/plugins/claude-code/.claude-plugin/plugin.json index 9f4f89661..f22f0d8b0 100644 --- a/plugins/claude-code/.claude-plugin/plugin.json +++ b/plugins/claude-code/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "basic-memory", "description": "The bridge between Claude's working memory and Basic Memory's durable knowledge graph \u2014 session briefings, pre-compaction checkpoints, and capture reflexes", - "version": "0.23.0", + "version": "0.23.1", "author": { "name": "Basic Machines" }, diff --git a/plugins/claude-code/hooks/pre_compact.py b/plugins/claude-code/hooks/pre_compact.py index 69c550cea..020f3848a 100755 --- a/plugins/claude-code/hooks/pre_compact.py +++ b/plugins/claude-code/hooks/pre_compact.py @@ -2,7 +2,7 @@ # /// script # requires-python = ">=3.12" # dependencies = [ -# "basic-memory>=0.23.0", +# "basic-memory>=0.23.1", # # Direct pre-release pin so old uv resolves basic-memory (which # # requires this exact beta transitively) without enabling # # pre-releases for basic-memory itself. Keep in lockstep with diff --git a/plugins/claude-code/hooks/session_start.py b/plugins/claude-code/hooks/session_start.py index d3c9203fc..ffa0706b2 100755 --- a/plugins/claude-code/hooks/session_start.py +++ b/plugins/claude-code/hooks/session_start.py @@ -2,7 +2,7 @@ # /// script # requires-python = ">=3.12" # dependencies = [ -# "basic-memory>=0.23.0", +# "basic-memory>=0.23.1", # # Direct pre-release pin so old uv resolves basic-memory (which # # requires this exact beta transitively) without enabling # # pre-releases for basic-memory itself. Keep in lockstep with diff --git a/plugins/codex/.codex-plugin/plugin.json b/plugins/codex/.codex-plugin/plugin.json index bec99876c..06fe54538 100644 --- a/plugins/codex/.codex-plugin/plugin.json +++ b/plugins/codex/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "codex", - "version": "0.23.0", + "version": "0.23.1", "description": "A Codex-native bridge to Basic Memory for durable engineering context, decisions, and resumable checkpoints.", "author": { "name": "Basic Machines", diff --git a/plugins/codex/hooks/pre_compact.py b/plugins/codex/hooks/pre_compact.py index d4fb4de88..7d18852e8 100755 --- a/plugins/codex/hooks/pre_compact.py +++ b/plugins/codex/hooks/pre_compact.py @@ -2,7 +2,7 @@ # /// script # requires-python = ">=3.12" # dependencies = [ -# "basic-memory @ git+https://github.com/basicmachines-co/basic-memory@v0.23.0", +# "basic-memory @ git+https://github.com/basicmachines-co/basic-memory@v0.23.1", # # Direct pre-release pin so old uv resolves basic-memory (which # # requires this exact beta transitively) without enabling # # pre-releases broadly. Keep in lockstep with core pyproject. diff --git a/plugins/codex/hooks/session_start.py b/plugins/codex/hooks/session_start.py index a7b0e271a..bfc300777 100755 --- a/plugins/codex/hooks/session_start.py +++ b/plugins/codex/hooks/session_start.py @@ -2,7 +2,7 @@ # /// script # requires-python = ">=3.12" # dependencies = [ -# "basic-memory @ git+https://github.com/basicmachines-co/basic-memory@v0.23.0", +# "basic-memory @ git+https://github.com/basicmachines-co/basic-memory@v0.23.1", # # Direct pre-release pin so old uv resolves basic-memory (which # # requires this exact beta transitively) without enabling # # pre-releases broadly. Keep in lockstep with core pyproject. diff --git a/server.json b/server.json index 3fc7be291..55fedb571 100644 --- a/server.json +++ b/server.json @@ -6,12 +6,12 @@ "url": "https://github.com/basicmachines-co/basic-memory.git", "source": "github" }, - "version": "0.23.0", + "version": "0.23.1", "packages": [ { "registryType": "pypi", "identifier": "basic-memory", - "version": "0.23.0", + "version": "0.23.1", "runtimeHint": "uvx", "runtimeArguments": [ { diff --git a/src/basic_memory/__init__.py b/src/basic_memory/__init__.py index c627c9da0..524a8fe9c 100644 --- a/src/basic_memory/__init__.py +++ b/src/basic_memory/__init__.py @@ -1,7 +1,7 @@ """basic-memory - Local-first knowledge management combining Zettelkasten with knowledge graphs""" # Package version - updated by release automation -__version__ = "0.23.0" +__version__ = "0.23.1" # API version for FastAPI - independent of package version __api_version__ = "v2"