From 815c2e722f606ec290bf69a25534c7dd11f769e7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 16:30:33 +0000 Subject: [PATCH] chore(main): release 0.40.1 --- .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 6507815..235806f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.40.0" + ".": "0.40.1" } diff --git a/Cargo.toml b/Cargo.toml index 9123a3b..c4891fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ members = [ resolver = "2" [workspace.package] -version = "0.40.0" +version = "0.40.1" edition = "2024" license = "MIT" authors = ["sunerpy "] diff --git a/changelog/CHANGELOG-v0.x.md b/changelog/CHANGELOG-v0.x.md index b2f1142..fb0d92b 100644 --- a/changelog/CHANGELOG-v0.x.md +++ b/changelog/CHANGELOG-v0.x.md @@ -1,5 +1,12 @@ # Changelog +## [0.40.1](https://github.com/sunerpy/codegraph-rust/compare/v0.40.0...v0.40.1) (2026-07-19) + + +### Bug Fixes + +* **installer:** trim codegraph skill description under Codex's 1024-char limit ([#163](https://github.com/sunerpy/codegraph-rust/issues/163)) ([bc7fc3b](https://github.com/sunerpy/codegraph-rust/commit/bc7fc3b1c716c63f58ba674f6f47f496b208a30d)) + ## [0.40.0](https://github.com/sunerpy/codegraph-rust/compare/v0.39.0...v0.40.0) (2026-07-17) diff --git a/version.txt b/version.txt index 9b0025a..d0a1915 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.40.0 +0.40.1