Skip to content

Commit 8425212

Browse files
author
semantic-release
committed
chore(release): v0.2.1 [skip ci]
1 parent 2f86dee commit 8425212

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
# CHANGELOG
22

33

4+
## v0.2.1 (2026-02-28)
5+
6+
### Bug Fixes
7+
8+
- Update hooks to nested format for Claude Code schema compatibility
9+
([`2f86dee`](https://github.com/elvismdev/mem0-mcp-selfhosted/commit/2f86dee99c3fa73220270b721c1621881beea655))
10+
11+
Migrate hook installer from the deprecated flat format to the current nested schema (matcher group
12+
-> hooks array -> handler objects). Add legacy format detection and auto-migration so existing
13+
users upgrading do not end up with duplicate or broken entries.
14+
15+
### Documentation
16+
17+
- Clarify hooks and CLAUDE.md as complementary layers
18+
([`94f29dc`](https://github.com/elvismdev/mem0-mcp-selfhosted/commit/94f29dca52582ee18ce9ae256fc06d8cf1adab30))
19+
20+
Update README to explain that hooks (automated memory at session boundaries) and CLAUDE.md
21+
(behavioral instructions for mid-session engagement) work best together rather than as
22+
alternatives.
23+
24+
425
## v0.2.0 (2026-02-28)
526

627
### Features

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "mem0-mcp-selfhosted"
7-
version = "0.2.0"
7+
version = "0.2.1"
88
description = "Self-hosted mem0 MCP server for Claude Code"
99
license = "MIT"
1010
requires-python = ">=3.10"

src/mem0_mcp_selfhosted/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# events to PostHog when enabled. Must be set before `import mem0`.
88
os.environ["MEM0_TELEMETRY"] = "false"
99

10-
__version__ = "0.2.0"
10+
__version__ = "0.2.1"
1111

1212

1313
def main():

0 commit comments

Comments
 (0)