From cdc9a21097c93fbcc3dcfedf422170126f97f208 Mon Sep 17 00:00:00 2001 From: Brian McMahon Date: Fri, 22 May 2026 10:31:56 -0700 Subject: [PATCH] =?UTF-8?q?chore(version):=20bump=200.7.0rc2=20=E2=86=92?= =?UTF-8?q?=200.7.0rc3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Rolls the test-trio into a soak-substrate release: - #158 every-MCP-tool integration canary - #159 [server]-extras CI matrix + layer3 --exercise-all-tools - #160 coverage gate at 80% + README badge (86% baseline) Composes with the prior 0.7.0rc2 features (NLI-based contradiction detection, dry_run flag). After PyPI publish + Fly redeploy, this is the version operators should run the Phase 1 standing-tier soak on per Brian's "all known bugs fixed before soak" standard. Suite 855 passing. mnemon --version returns 0.7.0rc3. Co-Authored-By: Claude Opus 4.7 (1M context) --- CHANGELOG.md | 2 +- pyproject.toml | 2 +- src/mnemon/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 323c1ec..4add7ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [0.7.0] - Unreleased +## [0.7.0rc3] - 2026-05-22 ### Test coverage diff --git a/pyproject.toml b/pyproject.toml index 5803d6d..5042ef3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "mnemon-memory" -version = "0.7.0rc2" +version = "0.7.0rc3" description = "Universal long-term memory layer for AI agents via MCP" readme = "README.md" license = "MIT" diff --git a/src/mnemon/__init__.py b/src/mnemon/__init__.py index 07bd873..b789769 100644 --- a/src/mnemon/__init__.py +++ b/src/mnemon/__init__.py @@ -1,3 +1,3 @@ """mnemon — Universal long-term memory layer for AI agents via MCP.""" -__version__ = "0.7.0rc2" +__version__ = "0.7.0rc3"