chore: update version to 0.23.0 for v0.23.0 release · basicmachines-co/basic-memory@601bd98 · GitHub
Skip to content

Commit 601bd98

Browse files
committed
chore: update version to 0.23.0 for v0.23.0 release
Signed-off-by: phernandez <paul@basicmachines.co>
1 parent 6ae8a0c commit 601bd98

11 files changed

Lines changed: 14 additions & 14 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 2 additions & 2 deletions

integrations/hermes/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
from agent.memory_provider import MemoryProvider
4040
from tools.registry import tool_error
4141

42-
__version__ = "0.22.1"
42+
__version__ = "0.23.0"
4343

4444
logger = logging.getLogger("hermes.memory.basic-memory")
4545

integrations/hermes/plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: basic-memory
2-
version: 0.22.1
2+
version: 0.23.0
33
description: "Basic Memory — persistent knowledge graph backed by the basic-memory MCP server"
44
manifest_version: 2
55
api_version: 1

integrations/openclaw/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@basicmemory/openclaw-basic-memory",
3-
"version": "0.22.1",
3+
"version": "0.23.0",
44
"type": "module",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

plugins/claude-code/.claude-plugin/marketplace.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
},
77
"metadata": {
88
"description": "Official plugins from Basic Machines for knowledge management and AI-assisted development",
9-
"version": "0.22.1"
9+
"version": "0.23.0"
1010
},
1111
"plugins": [
1212
{
1313
"name": "basic-memory",
1414
"source": "./",
1515
"description": "The bridge between Claude's working memory and Basic Memory's durable knowledge graph \u2014 session briefings, pre-compaction checkpoints, and capture reflexes",
16-
"version": "0.22.1",
16+
"version": "0.23.0",
1717
"author": {
1818
"name": "Basic Machines"
1919
},

plugins/claude-code/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "basic-memory",
33
"description": "The bridge between Claude's working memory and Basic Memory's durable knowledge graph \u2014 session briefings, pre-compaction checkpoints, and capture reflexes",
4-
"version": "0.22.1",
4+
"version": "0.23.0",
55
"author": {
66
"name": "Basic Machines"
77
},

plugins/codex/.codex-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codex",
3-
"version": "0.22.1",
3+
"version": "0.23.0",
44
"description": "A Codex-native bridge to Basic Memory for durable engineering context, decisions, and resumable checkpoints.",
55
"author": {
66
"name": "Basic Machines",

plugins/codex/hooks/pre_compact.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# /// script
33
# requires-python = ">=3.12"
44
# dependencies = [
5-
# "basic-memory @ git+https://github.com/basicmachines-co/basic-memory@2f58b81b5e00cf4cecf12ce595ec6b500d6575a8",
5+
# "basic-memory @ git+https://github.com/basicmachines-co/basic-memory@v0.23.0",
66
# ]
77
# ///
88
"""PreCompact hook launcher backed by a pinned Basic Memory revision.

plugins/codex/hooks/session_start.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# /// script
33
# requires-python = ">=3.12"
44
# dependencies = [
5-
# "basic-memory @ git+https://github.com/basicmachines-co/basic-memory@2f58b81b5e00cf4cecf12ce595ec6b500d6575a8",
5+
# "basic-memory @ git+https://github.com/basicmachines-co/basic-memory@v0.23.0",
66
# ]
77
# ///
88
"""SessionStart hook launcher backed by a pinned Basic Memory revision.

server.json

Lines changed: 2 additions & 2 deletions

0 commit comments

Comments
 (0)