From a53eb555d354b39c713f47f05571f80e186245a3 Mon Sep 17 00:00:00 2001 From: Bruno Vicco Date: Mon, 20 Jul 2026 08:17:21 -0300 Subject: [PATCH] chore(release): promote Unreleased to 1.3.0 Promotes the Phase 0-1 loop foundation, schemas v0.1.2 pin, docs parity, and security fixes accumulated since v1.2.0 into a tagged release, so the parity loop can consume this harness by release tag as designed. --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05d4a76..dfa0f05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ The format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and ## [Unreleased] +## [1.3.0] - 2026-07-20 + ### Added - Documentation parity with the sibling `claude-python-engineering-harness`: @@ -100,5 +102,6 @@ The format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and - Dependabot updates for GitHub Actions and Python dependencies. - Five-minute evaluation and profile comparison. -[Unreleased]: https://github.com/brunovicco/codex-python-engineering-harness/compare/v1.2.0...HEAD +[Unreleased]: https://github.com/brunovicco/codex-python-engineering-harness/compare/v1.3.0...HEAD +[1.3.0]: https://github.com/brunovicco/codex-python-engineering-harness/compare/v1.2.0...v1.3.0 [1.2.0]: https://github.com/brunovicco/codex-python-engineering-harness/releases/tag/v1.2.0