From 4f2f39f83dcd7908993f2ce5781cc52267abf2bc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 19:59:37 +0000 Subject: [PATCH] chore(main): release 0.39.0 --- .release-please-manifest.json | 2 +- Cargo.toml | 2 +- changelog/CHANGELOG-v0.x.md | 7 +++++++ version.txt | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index bc86e4a..418b49e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.38.0" + ".": "0.39.0" } diff --git a/Cargo.toml b/Cargo.toml index 7a02b66..cee2da6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ members = [ resolver = "2" [workspace.package] -version = "0.38.0" +version = "0.39.0" edition = "2024" license = "MIT" authors = ["sunerpy "] diff --git a/changelog/CHANGELOG-v0.x.md b/changelog/CHANGELOG-v0.x.md index eb30cbd..8a64613 100644 --- a/changelog/CHANGELOG-v0.x.md +++ b/changelog/CHANGELOG-v0.x.md @@ -1,5 +1,12 @@ # Changelog +## [0.39.0](https://github.com/sunerpy/codegraph-rust/compare/v0.38.0...v0.39.0) (2026-07-16) + + +### Features + +* **extraction:** index CFML (.cfc/.cfm/.cfs) at the extraction tier ([#159](https://github.com/sunerpy/codegraph-rust/issues/159)) ([8bb07fa](https://github.com/sunerpy/codegraph-rust/commit/8bb07fafcff1a14d02c796774e76eaab9692c281)) + ## [0.38.0](https://github.com/sunerpy/codegraph-rust/compare/v0.37.0...v0.38.0) (2026-07-16) diff --git a/version.txt b/version.txt index ca75280..4ef2eb0 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.38.0 +0.39.0