From be9e4dab6c02ca14342f2b5f30a6ab1d75479bfa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 02:21:05 +0000 Subject: [PATCH] chore(main): release 1.1.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ Cargo.lock | 4 ++-- Cargo.toml | 2 +- crates/xtask/Cargo.toml | 2 +- 5 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5fdd883..c4ddc74 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.0" + ".": "1.1.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 52d7813..dccca46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.1](https://github.com/rabii-chaarani/codebaseGraph/compare/v1.1.0...v1.1.1) (2026-06-22) + + +### Bug Fixes + +* **ci:** read release confirmations at step scope ([c1000de](https://github.com/rabii-chaarani/codebaseGraph/commit/c1000de52a600d0a1a9ba31756d3b25bbc49f5c2)) + ## [1.1.0](https://github.com/rabii-chaarani/codebaseGraph/compare/v1.0.0...v1.1.0) (2026-06-22) diff --git a/Cargo.lock b/Cargo.lock index 38edbe9..dccaaef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -103,7 +103,7 @@ dependencies = [ [[package]] name = "codebase-graph" -version = "1.1.0" +version = "1.1.1" dependencies = [ "lbug", "notify", @@ -943,7 +943,7 @@ checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" [[package]] name = "xtask" -version = "1.1.0" +version = "1.1.1" dependencies = [ "serde_json", ] diff --git a/Cargo.toml b/Cargo.toml index 2562dec..162e923 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "codebase-graph" -version = "1.1.0" +version = "1.1.1" edition = "2021" rust-version = "1.82" description = "Native codebaseGraph CLI and MCP server for local code knowledge graphs." diff --git a/crates/xtask/Cargo.toml b/crates/xtask/Cargo.toml index 09e52e0..b0a4cde 100644 --- a/crates/xtask/Cargo.toml +++ b/crates/xtask/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xtask" -version = "1.1.0" +version = "1.1.1" edition = "2021" publish = false