Skip to content

chore: bump version to 3.1.0#409

Merged
milla-jovovich merged 1 commit intomainfrom
chore/bump-v3.1.0
Apr 9, 2026
Merged

chore: bump version to 3.1.0#409
milla-jovovich merged 1 commit intomainfrom
chore/bump-v3.1.0

Conversation

@milla-jovovich
Copy link
Copy Markdown
Collaborator

Summary

Version bump from 3.0.143.1.0. First PyPI cut since v3.0.0 (2026-04-06) — covers 39 merged PRs. Closes the pip/plugin version drift that was causing #290 and #296.

Files touched

  • pyproject.toml — version string
  • mempalace/version.py__version__
  • README.md — version shield badge

Release notes (for GH release at v3.1.0 tag)


MemPalace v3.1.0

First PyPI cut since v3.0.0 on 2026-04-06 — 39 merged PRs. This release closes the pip/plugin version drift (#290, #296) and lands the first-week community fixes.

🔒 Security

🐛 Bug fixes (highlights)

✨ Features

📊 Benchmarks (the honest version)

📦 Packaging

🙏 Thanks

Massive thanks to everyone who ran audits, caught real bugs, and sent clean PRs in the first week — especially @lhl, @dial481, @gizmax, @rohithzr, @hugooconnor, @anthonyonazure, @fubak, @fuzzymoomoo, @vanachterjacob, @SethRosenthal100, @cktang88, @adv3nt3, @slapglif, @skuznetsov, @rusel95, @M0nkeyFl0wer, @EndeavorYen, @bobmatnyc, @kpulik, @kevgathuku, @mvalentsev, @mvanhorn, @jonashertner.

Closes #290 and #296.

📥 Install

pip install --upgrade mempalace


Test plan

  • CI passes on Linux 3.9/3.11/3.13, Windows, macOS
  • mempalace --version reports 3.1.0
  • python -c "import mempalace; print(mempalace.__version__)" reports 3.1.0
  • README version badge shows 3.1.0
  • After merge: tag v3.1.0, build wheel + sdist, twine upload dist/*
  • Create GH release at the tag using the release notes above

PyPI release cut covering 39 merged PRs since v3.0.0 on 2026-04-06.
Highlights: Claude/Codex plugin packaging (#270), security hardening (#387),
honest AAAK stats + benchmark corrections (#147), Windows compatibility fixes,
Knowledge Graph WAL mode + batching, 10K limit safety caps, and much more.

See GitHub release notes for full changelog.
@bensig bensig requested review from bensig April 9, 2026 18:03
@milla-jovovich milla-jovovich merged commit 3919f13 into main Apr 9, 2026
6 checks passed
@milla-jovovich milla-jovovich deleted the chore/bump-v3.1.0 branch April 9, 2026 18:04
milla-jovovich pushed a commit that referenced this pull request Apr 9, 2026
bump-plugin-version.yml has been failing on every merge to main since
today's security + plugin-packaging work, because it tries to push
directly to main and branch protection blocks it. It also conflicts
with the manual version-management pattern we're currently using
(manual bumps in PRs like #409 for 3.1.0).

Renaming to .yml.disabled so GitHub Actions skips it. If we want
auto-bumps later, the workflow needs to open a PR instead of pushing
directly, and coordinate with manual version bumps.
milla-jovovich added a commit that referenced this pull request Apr 9, 2026
bump-plugin-version.yml has been failing on every merge to main since
today's security + plugin-packaging work, because it tries to push
directly to main and branch protection blocks it. It also conflicts
with the manual version-management pattern we're currently using
(manual bumps in PRs like #409 for 3.1.0).

Renaming to .yml.disabled so GitHub Actions skips it. If we want
auto-bumps later, the workflow needs to open a PR instead of pushing
directly, and coordinate with manual version bumps.

Co-authored-by: milla-jovovich <[email protected]>
phobicdotno pushed a commit to phobicdotno/mempalace-gpu that referenced this pull request Apr 10, 2026
PyPI release cut covering 39 merged PRs since v3.0.0 on 2026-04-06.
Highlights: Claude/Codex plugin packaging (MemPalace#270), security hardening (MemPalace#387),
honest AAAK stats + benchmark corrections (MemPalace#147), Windows compatibility fixes,
Knowledge Graph WAL mode + batching, 10K limit safety caps, and much more.

See GitHub release notes for full changelog.

Co-authored-by: milla-jovovich <[email protected]>
phobicdotno pushed a commit to phobicdotno/mempalace-gpu that referenced this pull request Apr 10, 2026
bump-plugin-version.yml has been failing on every merge to main since
today's security + plugin-packaging work, because it tries to push
directly to main and branch protection blocks it. It also conflicts
with the manual version-management pattern we're currently using
(manual bumps in PRs like MemPalace#409 for 3.1.0).

Renaming to .yml.disabled so GitHub Actions skips it. If we want
auto-bumps later, the workflow needs to open a PR instead of pushing
directly, and coordinate with manual version bumps.

Co-authored-by: milla-jovovich <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment