Skip to content

bump version v3.2.0#761

Merged
igorls merged 1 commit intodevelopfrom
v3.2.0
Apr 13, 2026
Merged

bump version v3.2.0#761
igorls merged 1 commit intodevelopfrom
v3.2.0

Conversation

@igorls
Copy link
Copy Markdown
Member

@igorls igorls commented Apr 13, 2026

No description provided.

Copilot AI review requested due to automatic review settings April 13, 2026 06:21
@igorls igorls merged commit 6614b9b into develop Apr 13, 2026
3 of 8 checks passed
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Bumps the MemPalace package version to v3.2.0 in the Python packaging metadata.

Changes:

  • Update [project].version in pyproject.toml from 3.1.0 to 3.2.0.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread pyproject.toml
[project]
name = "mempalace"
version = "3.1.0"
version = "3.2.0"
Copy link

Copilot AI Apr 13, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The project version was bumped here, but the codebase still has other version sources (e.g., mempalace/version.py exports __version__ = "3.1.0", README badge, integration manifests). This will cause a mismatch between the published package metadata (3.2.0) and the runtime-reported version. Please update the other version references as part of the bump, or switch to a single-source version setup (e.g., have the build read from mempalace/version.py) to prevent future drift.

Copilot uses AI. Check for mistakes.
igorls added a commit that referenced this pull request Apr 13, 2026
PR #761 bumped pyproject.toml to 3.2.0 but missed three other version strings,
causing test_version_consistency to fail on develop CI (macos, linux 3.11, windows).

- mempalace/version.py: 3.1.0 → 3.2.0 (unblocks test_version_consistency)
- README.md: version badge shield 3.1.0 → 3.2.0
- integrations/openclaw/SKILL.md: 3.1.0 → 3.2.0
- CHANGELOG.md: rename [Unreleased] → [3.2.0] — 2026-04-13, add entries
  for #685, #690, #707, #716, #734, #755, #757, #761

Verified locally: 689/689 tests pass, ruff clean.
@igorls igorls mentioned this pull request Apr 13, 2026
4 tasks
mvalentsev added a commit to mvalentsev/mempalace that referenced this pull request Apr 13, 2026
version.py was left at 3.1.0 after the v3.2.0 bump in pyproject.toml
(MemPalace#761), breaking test_version_consistency on every PR targeting develop.

pyproject.toml project URLs still pointed at the old milla-jovovich
GitHub org instead of MemPalace.
mvalentsev added a commit to mvalentsev/mempalace that referenced this pull request Apr 13, 2026
version.py was left at 3.1.0 after the v3.2.0 bump in pyproject.toml
(MemPalace#761), breaking test_version_consistency on every PR targeting develop.

pyproject.toml project URLs still pointed at the old milla-jovovich
GitHub org instead of MemPalace.
mvalentsev added a commit to mvalentsev/mempalace that referenced this pull request Apr 13, 2026
version.py was left at 3.1.0 after the v3.2.0 bump in pyproject.toml
(MemPalace#761), breaking test_version_consistency on every PR targeting develop.

pyproject.toml project URLs still pointed at the old milla-jovovich
GitHub org instead of MemPalace.
jphein added a commit to jphein/mempalace that referenced this pull request Apr 13, 2026
Upstream bumped pyproject.toml to 3.2.0 in MemPalace#761 but missed version.py.
Aligns the two so test_version_consistency passes.

Co-Authored-By: Claude Opus 4.6 <[email protected]>
jphein added a commit to jphein/mempalace that referenced this pull request Apr 13, 2026
Upstream bumped pyproject.toml to 3.2.0 in MemPalace#761 but missed version.py.
Aligns the two so test_version_consistency passes.

Co-Authored-By: Claude Opus 4.6 <[email protected]>
jphein added a commit to jphein/mempalace that referenced this pull request Apr 13, 2026
Upstream bumped pyproject.toml to 3.2.0 in MemPalace#761 but missed version.py.
Aligns the two so test_version_consistency passes.

Co-Authored-By: Claude Opus 4.6 <[email protected]>
jphein added a commit to jphein/mempalace that referenced this pull request Apr 13, 2026
Upstream bumped pyproject.toml to 3.2.0 in MemPalace#761 but missed version.py.
Aligns the two so test_version_consistency passes.

Co-Authored-By: Claude Opus 4.6 <[email protected]>
jphein added a commit to jphein/mempalace that referenced this pull request Apr 13, 2026
Upstream bumped pyproject.toml to 3.2.0 in MemPalace#761 but missed version.py.
Aligns the two so test_version_consistency passes.

Co-Authored-By: Claude Opus 4.6 <[email protected]>
jphein added a commit to jphein/mempalace that referenced this pull request Apr 13, 2026
Upstream bumped pyproject.toml to 3.2.0 in MemPalace#761 but missed version.py.
Aligns the two so test_version_consistency passes.

Co-Authored-By: Claude Opus 4.6 <[email protected]>
jphein added a commit to jphein/mempalace that referenced this pull request Apr 13, 2026
Upstream bumped pyproject.toml to 3.2.0 in MemPalace#761 but missed version.py.
Aligns the two so test_version_consistency passes.

Co-Authored-By: Claude Opus 4.6 <[email protected]>
jphein added a commit to jphein/mempalace that referenced this pull request Apr 13, 2026
Upstream bumped pyproject.toml to 3.2.0 in MemPalace#761 but missed version.py.
Aligns the two so test_version_consistency passes.

Co-Authored-By: Claude Opus 4.6 <[email protected]>
gavinmcfall added a commit to gavinmcfall/mempalace that referenced this pull request Apr 13, 2026
Resolves pre-existing upstream inconsistency where commit 6614b9b
(bump version v3.2.0 MemPalace#761) updated pyproject.toml but not version.py,
breaking tests/test_version_consistency.py.
sha2fiddy pushed a commit to sha2fiddy/mempalace that referenced this pull request Apr 13, 2026
PR MemPalace#761 bumped pyproject.toml to 3.2.0 but missed three other version strings,
causing test_version_consistency to fail on develop CI (macos, linux 3.11, windows).

- mempalace/version.py: 3.1.0 → 3.2.0 (unblocks test_version_consistency)
- README.md: version badge shield 3.1.0 → 3.2.0
- integrations/openclaw/SKILL.md: 3.1.0 → 3.2.0
- CHANGELOG.md: rename [Unreleased] → [3.2.0] — 2026-04-13, add entries
  for MemPalace#685, MemPalace#690, MemPalace#707, MemPalace#716, MemPalace#734, MemPalace#755, MemPalace#757, MemPalace#761

Verified locally: 689/689 tests pass, ruff clean.
sha2fiddy pushed a commit to sha2fiddy/mempalace that referenced this pull request Apr 14, 2026
PR MemPalace#761 bumped pyproject.toml to 3.2.0 but missed three other version strings,
causing test_version_consistency to fail on develop CI (macos, linux 3.11, windows).

- mempalace/version.py: 3.1.0 → 3.2.0 (unblocks test_version_consistency)
- README.md: version badge shield 3.1.0 → 3.2.0
- integrations/openclaw/SKILL.md: 3.1.0 → 3.2.0
- CHANGELOG.md: rename [Unreleased] → [3.2.0] — 2026-04-13, add entries
  for MemPalace#685, MemPalace#690, MemPalace#707, MemPalace#716, MemPalace#734, MemPalace#755, MemPalace#757, MemPalace#761

Verified locally: 689/689 tests pass, ruff clean.
igorls added a commit that referenced this pull request Apr 14, 2026
Main had 9 commits that never back-merged into develop after the v3.2.0
release cycle. Resolving conflicts as follows:

- mempalace/version.py: keep develop (3.3.0 release target)
- README.md: keep develop (Milla's #835 audit is authoritative — main
  had stale 19 tools / 170 tokens / "30x lossless" / v3.0.0 label)
- hooks/mempal_{save,precompact}_hook.sh: keep develop (#786 reversed
  the #666 "decision=block" behavior intentionally to stop hooks from
  making agents write in chat)
- pyproject.toml: auto-merged — keeps develop's 3.3.0 and picks up
  main's chromadb upper-bound removal (#690)
- CONTRIBUTING.md, mempalace/hooks_cli.py: auto-merged cleanly —
  picks up main's improvements (fork-first clone, more detailed
  block reason strings that name MemPalace and specific tools)
- integrations/openclaw/SKILL.md: bumped 3.2.0 → 3.3.0 (version
  tracks the package per #761 convention)
- CHANGELOG.md: manual merge — kept develop's preamble + Unreleased
  v3.3.0 section + footer links; folded main's richer v3.2.0 entries
  (Packaging section for #690/#761; Bug Fixes #685/#677/#716/#707/
  #755/#757; Documentation #734/#733) into the v3.2.0 section;
  deduped the split Documentation sections that auto-merge produced
igorls added a commit that referenced this pull request Apr 14, 2026
Bring back the main-only content that develop has been missing:
- pyproject.toml chromadb upper-bound removal (#690)
- CHANGELOG [3.2.0] Packaging subsection (#690, #761)
- CONTRIBUTING.md fork-first clone instructions
- mempalace/hooks_cli.py richer block-reason strings (from #666,
  still used by the Python hook invocation path)
- integrations/openclaw/SKILL.md version bump to 3.3.0

Plus the v3.3.0 release commit itself (4aa7e1e) and the legacy
main-only commits (#666, #690, v3.2.0 finalization) for history.

Resolves the main → develop drift that caused PR #838's conflicts.
Going forward, back-merging main to develop after each release
will prevent the same pattern.

Single conflict in CHANGELOG.md resolved by taking main's version
(the Packaging subsection under [3.2.0]).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants