From 0c9183dcf92797439d9b9caff995360c29cad679 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 02:52:34 +0000 Subject: [PATCH] chore(main): release 0.66.1 --- .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 7b24d85..b75b18c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.66.0" + ".": "0.66.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c07c01b..49a73b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -56,6 +56,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.66.1](https://github.com/branes-ai/cortex/compare/v0.66.0...v0.66.1) (2026-07-01) + + +### Documentation + +* **sessions:** record the end-to-end R-IEKF EuRoC harness day ([#431](https://github.com/branes-ai/cortex/issues/431)) ([2ba9a30](https://github.com/branes-ai/cortex/commit/2ba9a30f5c04d30f8444ebadd525757d22943025)) + ## [0.66.0](https://github.com/branes-ai/cortex/compare/v0.65.0...v0.66.0) (2026-07-01)