From 02fdf2edb3428b4a7db5f63714df826663264b44 Mon Sep 17 00:00:00 2001 From: John Morrissey <544926+tachyon-beep@users.noreply.github.com> Date: Sun, 28 Jun 2026 09:13:57 +1000 Subject: [PATCH] =?UTF-8?q?release:=20Plainweave=201.2.0=20=E2=80=94=20CLI?= =?UTF-8?q?=20peer-facts=20parity=20+=20enrichment/doctor=20fixes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Version bump + CHANGELOG ceremony for 1.2.0. The code (wardline-peer-facts and requirements-enrichment CLI subcommands, plus the rejected-trace enrichment-coverage fix and the root-aware Wardline doctor remediation) already landed on main; this branch carries only the version + changelog. Minor bump (not patch): the two new CLI subcommands are new public surface. Co-Authored-By: Claude Opus 4.8 (1M context) --- CHANGELOG.md | 3 +++ src/plainweave/_version.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f81e9ec..2dd33e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ All notable changes to Plainweave are documented here. The format follows ## [Unreleased] +## [1.2.0] — 2026-06-28 + Closes the CLI/MCP parity gap for the 1.1 peer-facts producers (they shipped MCP-only). Additive and backward-compatible; the new surfaces are advisory and verdict-free like the rest of Plainweave. @@ -101,5 +103,6 @@ coverage *completeness* remains a documented roadmap item, not a 1.0 gate.) - Zero Plainweave-minted SEIs; sibling SEIs consumed opaquely. - No silent-clean — a degraded or language-partial denominator is flagged in-band. +[1.2.0]: https://github.com/foundryside-dev/plainweave/releases/tag/v1.2.0 [1.1.0]: https://github.com/foundryside-dev/plainweave/releases/tag/v1.1.0 [1.0.0]: https://github.com/foundryside-dev/plainweave/releases/tag/v1.0.0 diff --git a/src/plainweave/_version.py b/src/plainweave/_version.py index 6849410..c68196d 100644 --- a/src/plainweave/_version.py +++ b/src/plainweave/_version.py @@ -1 +1 @@ -__version__ = "1.1.0" +__version__ = "1.2.0"