From 69bf2971ff24a95d66e1a69d532533da8fd8b7e3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 21:04:34 +0000 Subject: [PATCH] chore(main): release 0.64.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 507e1df..b611d1b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.63.1" + ".": "0.64.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 572bd77..d3c31fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -44,6 +44,13 @@ generates entries automatically from Conventional Commits on `main`. and Phase 3 (VIO). See [`docs/sessions/2026-05-24-phase-1-mvp-complete.md`](docs/sessions/2026-05-24-phase-1-mvp-complete.md). - **2026-05-22 — Phase 0 (foundation) complete.** Build system, CI, release flow, dev-environment scripts. See [`docs/arch/phase0-foundation/README.md`](docs/arch/phase0-foundation/README.md). +## [0.64.0](https://github.com/branes-ai/cortex/compare/v0.63.1...v0.64.0) (2026-06-21) + + +### Features + +* **tools:** real-data observability / null-space-leak diagnostic ([#424](https://github.com/branes-ai/cortex/issues/424)) ([8c54ed5](https://github.com/branes-ai/cortex/commit/8c54ed5f0c656232d2d66538fbe7ae511f2af360)) + ## [0.63.1](https://github.com/branes-ai/cortex/compare/v0.63.0...v0.63.1) (2026-06-21)