chore(release): 3.7.0 - #2128
Merged
Merged
Conversation
Bump package, plugins, lock, and README badge to 3.7.0. Promote the post-3.6.0 integrity spine into CHANGELOG: single-writer ownership, HNSW write defaults and preflight, safer repair/re-mine, MCP/daemon lifecycle hardening, entity ReDoS guard, and hook write-routing. Also ruff-format two test files that drifted during conflict merges. Local validation: ruff check/format clean; 3497 passed, 31 skipped.
Contributor
There was a problem hiding this comment.
Pull request overview
Prepares the MemPalace v3.7.0 release by synchronizing version metadata across the repo, promoting accumulated changes into a new CHANGELOG entry, and updating the lockfile and minor test-file formatting to match the release state.
Changes:
- Bump version references to 3.7.0 across package metadata, plugins, README badge, and the in-package
__version__. - Add a complete 3.7.0
CHANGELOGentry and advance compare links ([Unreleased],[3.7.0]). - Refresh
uv.lockand apply minor whitespace-only formatting adjustments in a couple of tests.
Reviewed changes
Copilot reviewed 10 out of 11 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
uv.lock |
Updates locked dependency graph and markers; bumps editable mempalace to 3.7.0. |
tests/test_palace.py |
Removes an extra whitespace-only line (format cleanup). |
tests/test_mcp_http_transport.py |
Adds a blank line between test/helper blocks (format cleanup). |
README.md |
Updates the version badge URL to 3.7.0. |
pyproject.toml |
Bumps project version to 3.7.0. |
mempalace/version.py |
Bumps __version__ to 3.7.0 (single source of truth). |
integrations/openclaw/SKILL.md |
Updates OpenClaw skill version to 3.7.0. |
CHANGELOG.md |
Adds the 3.7.0 entry and updates compare links. |
.codex-plugin/plugin.json |
Updates plugin version to 3.7.0. |
.claude-plugin/plugin.json |
Updates plugin version to 3.7.0. |
.claude-plugin/marketplace.json |
Updates marketplace version to 3.7.0. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Release prep for 3.7.0 (previous tag:
v3.6.0).Version metadata
mempalace/version.py,pyproject.toml,.claude-plugin/{plugin,marketplace}.json,.codex-plugin/plugin.json, OpenClaw skill, README badge, anduv.lock.CHANGELOGentry (single-writer ownership, HNSW/repair/re-mine safety, MCP/daemon lifecycle, entity ReDoS, hook write-routing).Local validation (this branch)
Also: package import reports
__version__ == 3.7.0; MCP initialize reports the same version (tests/test_version_consistency.py+ README claim tests pass).After merge
v3.7.0on the promoted main commit (or merge develop→main then tag).Test plan