From 843572f4dda56876ce144af96873c92c4ff6d5ba Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 00:01:18 +0000 Subject: [PATCH] chore(main): release 1.4.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ Cargo.lock | 6 +++--- Cargo.toml | 2 +- crates/k-wiki/Cargo.toml | 4 ++-- crates/xtask/Cargo.toml | 2 +- 6 files changed, 15 insertions(+), 8 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4918b25..efe9bfb 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.4.1" + ".": "1.4.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index fa26e74..c491a17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.4.2](https://github.com/rabii-chaarani/codebaseGraph/compare/v1.4.1...v1.4.2) (2026-08-17) + + +### Bug Fixes + +* **ci:** repair crates.io package verification ([#75](https://github.com/rabii-chaarani/codebaseGraph/issues/75)) ([5f2686a](https://github.com/rabii-chaarani/codebaseGraph/commit/5f2686af7c83bb7127072739602efc116be2142f)) + ## [1.4.1](https://github.com/rabii-chaarani/codebaseGraph/compare/v1.4.0...v1.4.1) (2026-08-14) diff --git a/Cargo.lock b/Cargo.lock index e23aada..a2c740b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -181,7 +181,7 @@ dependencies = [ [[package]] name = "codebase-graph" -version = "1.4.1" +version = "1.4.2" dependencies = [ "fs2", "lbug", @@ -725,7 +725,7 @@ dependencies = [ [[package]] name = "k-wiki" -version = "1.4.1" +version = "1.4.2" dependencies = [ "ammonia", "axum", @@ -1814,7 +1814,7 @@ dependencies = [ [[package]] name = "xtask" -version = "1.4.1" +version = "1.4.2" dependencies = [ "flate2", "serde", diff --git a/Cargo.toml b/Cargo.toml index 0758f78..9271191 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "codebase-graph" -version = "1.4.1" +version = "1.4.2" edition = "2021" rust-version = "1.82" description = "Native codebaseGraph CLI and MCP server for local code knowledge graphs." diff --git a/crates/k-wiki/Cargo.toml b/crates/k-wiki/Cargo.toml index bc833e2..360aa94 100644 --- a/crates/k-wiki/Cargo.toml +++ b/crates/k-wiki/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "k-wiki" -version = "1.4.1" +version = "1.4.2" edition = "2021" rust-version = "1.82" description = "OKF knowledge wiki, projection builder, and MCP service." @@ -23,7 +23,7 @@ bundled-windows-extensions = ["codebase-graph/bundled-windows-extensions"] [dependencies] ammonia = "4.1" axum = { version = "0.8", default-features = false, features = ["http1", "json", "tokio"] } -codebase-graph = { version = "1.4.1", path = "../.." } +codebase-graph = { version = "1.4.2", path = "../.." } pulldown-cmark = { version = "0.13", default-features = false, features = ["html"] } serde = { version = "1", features = ["derive"] } serde_json = "1" diff --git a/crates/xtask/Cargo.toml b/crates/xtask/Cargo.toml index e484310..b37e561 100644 --- a/crates/xtask/Cargo.toml +++ b/crates/xtask/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xtask" -version = "1.4.1" +version = "1.4.2" edition = "2021" publish = false