From 5561deb62cf9b44704b5868b790c570307f44e5c Mon Sep 17 00:00:00 2001 From: Etan Joseph Heyman Date: Mon, 20 Jul 2026 20:11:07 +0300 Subject: [PATCH] chore: release brainlayer 1.5.1 --- brain-bar/bundle/Info.plist | 4 ++-- pyproject.toml | 2 +- server.json | 4 ++-- src/brainlayer/__init__.py | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/brain-bar/bundle/Info.plist b/brain-bar/bundle/Info.plist index 5395e74a..52bf7422 100644 --- a/brain-bar/bundle/Info.plist +++ b/brain-bar/bundle/Info.plist @@ -9,9 +9,9 @@ CFBundleIdentifier com.brainlayer.brainbar CFBundleVersion - 1.5.0 + 1.5.1 CFBundleShortVersionString - 1.5.0 + 1.5.1 CFBundlePackageType APPL CFBundleExecutable diff --git a/pyproject.toml b/pyproject.toml index 61362b9c..23523364 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "brainlayer" -version = "1.5.0" +version = "1.5.1" description = "Persistent memory MCP server for AI agents — 13 tools, semantic search, knowledge graph, on-device SQLite" license = {text = "Apache-2.0"} readme = "README.md" diff --git a/server.json b/server.json index 7865cfaf..b681e999 100644 --- a/server.json +++ b/server.json @@ -3,7 +3,7 @@ "name": "io.github.etanhey/brainlayer", "title": "BrainLayer", "description": "Persistent memory for AI agents \u2014 local-first semantic search, knowledge graph, and 12 MCP tools with ToolAnnotations. One SQLite file, no cloud, no API keys.", - "version": "1.5.0", + "version": "1.5.1", "websiteUrl": "https://brainlayer.etanheyman.com", "repository": { "url": "https://github.com/EtanHey/brainlayer", @@ -14,7 +14,7 @@ "registryType": "pypi", "registryBaseUrl": "https://pypi.org", "identifier": "brainlayer", - "version": "1.5.0", + "version": "1.5.1", "runtimeHint": "pipx", "transport": { "type": "stdio" diff --git a/src/brainlayer/__init__.py b/src/brainlayer/__init__.py index 4c0c3705..264f5d50 100644 --- a/src/brainlayer/__init__.py +++ b/src/brainlayer/__init__.py @@ -1,3 +1,3 @@ """BrainLayer (זיכרון) - Local knowledge pipeline for Claude Code conversations.""" -__version__ = "1.5.0" +__version__ = "1.5.1"