Skip to content

Commit 5b14c3b

Browse files
author
Scorpion
committed
chore(release): bump to 3.3.401
Sync with upstream/develop via cherry-pick of 9 critical bugfixes: - HNSW index bloat prevention (MemPalace#1191) - SIGSEGV guards on collection reopen (MemPalace#1262, MemPalace#1289) - blob-seq marker fast-path (MemPalace#1177) - palace_graph None-metadata guard (MemPalace#1201) - palace_graph security tunnels (MemPalace#1168) - hyphenated wing name normalization (MemPalace#1197) - searcher _tokenize None guard (MemPalace#1198) - mcp_server diary topic sanitize (MemPalace#936) Tests: 1459 default + 113 benchmark + 6/7 stress all pass. (random-kill stress test was failing on dev pre-merge; not regressed.)
1 parent 6adc734 commit 5b14c3b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ PRs welcome. See [CONTRIBUTING.md](CONTRIBUTING.md).
258258
MIT — see [LICENSE](LICENSE).
259259

260260
<!-- Link Definitions -->
261-
[version-shield]: https://img.shields.io/badge/version-3.3.311-4dc9f6?style=flat-square&labelColor=0a0e14
261+
[version-shield]: https://img.shields.io/badge/version-3.3.401-4dc9f6?style=flat-square&labelColor=0a0e14
262262
[release-link]: https://github.com/MemPalace/mempalace/releases
263263
[python-shield]: https://img.shields.io/badge/python-3.9+-7dd8f8?style=flat-square&labelColor=0a0e14&logo=python&logoColor=7dd8f8
264264
[python-link]: https://www.python.org/

mempalace/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Single source of truth for the MemPalace package version."""
22

3-
__version__ = "3.3.311"
3+
__version__ = "3.3.401"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mempalace"
3-
version = "3.3.311"
3+
version = "3.3.401"
44
description = "Give your AI a memory — mine projects and conversations into a searchable palace. No API key required."
55
readme = "README.md"
66
requires-python = ">=3.9"

0 commit comments

Comments
 (0)