From ea72e1b190921232aa7bd02e96bef5bbe4fe0ab6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 19:13:40 +0000 Subject: [PATCH] docs(changelog): promote [Unreleased] into [1.5.0] [skip ci] Auto-generated by Release workflow. --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6ad072..77aa5bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,9 @@ and adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [1.5.0] - 2026-07-21 + # ⚡ The Rust engine release — with near-instant sync **This release rebuilds CodeGraph's parsing engine as a native Rust kernel, overhauls the resolution pipeline around it, and makes the live graph effectively instant: a save now reaches the graph in well under a second, even on a 27,000-file repository. It is the largest performance upgrade in the project's history — and every graph is verified byte-for-byte identical to the previous engine.** @@ -707,3 +710,4 @@ Thanks @andreinknv for the substantive draft this release was based on. [1.3.1]: https://github.com/colbymchenry/codegraph/releases/tag/v1.3.1 [1.4.0]: https://github.com/colbymchenry/codegraph/releases/tag/v1.4.0 [1.4.1]: https://github.com/colbymchenry/codegraph/releases/tag/v1.4.1 +[1.5.0]: https://github.com/colbymchenry/codegraph/releases/tag/v1.5.0