chore(release): 2.1.0#6
Merged
Merged
Conversation
added 2 commits
May 28, 2026 15:56
Unify the version to 2.1.0 across EVERY package — no version skew: - pyproject.toml + src/surreal_memory/__init__.py - integrations/surrealmemory (npm) + lockfile (lockfile root was 1.6.2) - integrations/surreal-memory-client (npm) + lockfile (was 2.0.0) - vscode-extension + lockfile (lockfile root was 0.4.1) - CHANGELOG.md: new [2.1.0] section; relabel stale [Unreleased] -> [2.0.0] — 2026-05-27. Minor bump per semver: 2.1.0 adds backward-compatible features (project-aware hooks, task-context hook, SurrealDB Project entity) on top of the connection/CLI fixes and docs pass from #4. Narrow the over-broad `package.json` .gitignore rule to `/package.json` (root only) so satellite package manifests are not accidentally ignored.
test_health_fixes.py::TestVersionBump::test_version_is_current asserts the exact package version; update it alongside the 2.1.0 bump so CI is green.
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 2.1.0 — version unified across every package (no skew):
pyproject.toml,src/surreal_memory/__init__.pysurrealmemory(OpenClaw plugin) +@acidkill/surreal-memory-client(SDK) —package.jsonand lockfile rootpackage.jsonand lockfile rootCHANGELOG.md: new[2.1.0]; stale[Unreleased]relabeled[2.0.0] — 2026-05-27Minor bump (semver): 2.1.0 adds backward-compatible features (project-aware hooks,
smem-hook-task-context, SurrealDB Project entity) on top of the connection/CLI fixes + docs pass from #4.Also narrows the over-broad
package.json.gitignorerule to/package.json(root only) so satellite manifests aren't accidentally ignored.Heads-up — pre-existing debt (not fixed here)
Satellite lockfile roots had drifted before this PR (
surrealmemorylock was1.6.2, vscode lock was0.4.1) and the npm package names differ (@surrealmemory/openclaw-plugin,surrealmemory,@acidkill/surreal-memory-client). Versions are now unified to 2.1.0; name/lockfile-regeneration hygiene is a separate follow-up.Release steps (after merge)
v2.1.0(targetsmain) → creates tagv2.1.0→release.ymlvalidates (tag == pyproject == init) and publishes PyPI + npm + ClawHub + VS Code.git tag v2.1.0 <merge-commit> && git push origin v2.1.0.Test plan
pyproject+__init__+ 3package.json(+ lockfile roots)[2.1.0]added;[2.0.0]relabeledrelease.ymlpublishes