From ae2f95fe11cd9f1f38651f85355329684c1bc112 Mon Sep 17 00:00:00 2001 From: Peter <75973021+LogosITO@users.noreply.github.com> Date: Wed, 13 May 2026 22:56:57 +0300 Subject: [PATCH] chore(main): release 0.11.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- benches/icb-clang/Cargo.toml | 2 +- benches/icb-graph/Cargo.toml | 2 +- benches/icb-parser/Cargo.toml | 2 +- benches/icb-rustc/Cargo.toml | 2 +- benches/icb-server/Cargo.toml | 2 +- crates/icb-clang/Cargo.toml | 2 +- crates/icb-cli/Cargo.toml | 2 +- crates/icb-common/Cargo.toml | 2 +- crates/icb-graph/Cargo.toml | 2 +- crates/icb-parser/Cargo.toml | 2 +- crates/icb-report/Cargo.toml | 2 +- crates/icb-rustc/Cargo.toml | 2 +- crates/icb-server/Cargo.toml | 2 +- scripts/benchmark-regression-check/Cargo.toml | 2 +- scripts/generate-bench-json/Cargo.toml | 2 +- scripts/perf-engine/Cargo.toml | 2 +- 19 files changed, 25 insertions(+), 18 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f7014c35..e82003f4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.11.0" + ".": "0.11.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index c4a9733e..2c59e345 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.11.1](https://github.com/LogosITO/ICB/compare/v0.11.0...v0.11.1) (2026-05-13) + + +### Bug Fixes + +* Hotfix ([fc6a342](https://github.com/LogosITO/ICB/commit/fc6a342846b6652c74525f45510a91159651c6ee)) + ## [0.11.0](https://github.com/LogosITO/ICB/compare/v0.10.14...v0.11.0) (2026-05-13) diff --git a/Cargo.toml b/Cargo.toml index 746f8810..e45cc34f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "icb" -version = "0.11.0" +version = "0.11.1" edition = "2021" publish = false license = "MIT" diff --git a/benches/icb-clang/Cargo.toml b/benches/icb-clang/Cargo.toml index bdc0084b..ba99ed0a 100644 --- a/benches/icb-clang/Cargo.toml +++ b/benches/icb-clang/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "icb-clang-benchmarks" -version = "0.11.0" +version = "0.11.1" edition = "2021" publish = false diff --git a/benches/icb-graph/Cargo.toml b/benches/icb-graph/Cargo.toml index e80efd1f..207ac7b6 100644 --- a/benches/icb-graph/Cargo.toml +++ b/benches/icb-graph/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "icb-graph-benchmarks" -version = "0.11.0" +version = "0.11.1" edition = "2021" publish = false diff --git a/benches/icb-parser/Cargo.toml b/benches/icb-parser/Cargo.toml index 16aa12a4..3724c86d 100644 --- a/benches/icb-parser/Cargo.toml +++ b/benches/icb-parser/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "icb-parser-benchmarks" -version = "0.11.0" +version = "0.11.1" edition = "2021" publish = false diff --git a/benches/icb-rustc/Cargo.toml b/benches/icb-rustc/Cargo.toml index d525d308..ddff15bd 100644 --- a/benches/icb-rustc/Cargo.toml +++ b/benches/icb-rustc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "icb-rustc-benchmarks" -version = "0.11.0" +version = "0.11.1" edition = "2021" publish = false diff --git a/benches/icb-server/Cargo.toml b/benches/icb-server/Cargo.toml index 84049433..ab86ed72 100644 --- a/benches/icb-server/Cargo.toml +++ b/benches/icb-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "icb-server-benchmarks" -version = "0.11.0" +version = "0.11.1" edition = "2021" publish = false diff --git a/crates/icb-clang/Cargo.toml b/crates/icb-clang/Cargo.toml index 69d8e5da..b5f1b104 100644 --- a/crates/icb-clang/Cargo.toml +++ b/crates/icb-clang/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "icb-clang" -version = "0.11.0" +version = "0.11.1" edition = "2021" [dependencies] diff --git a/crates/icb-cli/Cargo.toml b/crates/icb-cli/Cargo.toml index 16c75a79..73e126af 100644 --- a/crates/icb-cli/Cargo.toml +++ b/crates/icb-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "icb-cli" -version = "0.11.0" +version = "0.11.1" edition = "2021" [dependencies] diff --git a/crates/icb-common/Cargo.toml b/crates/icb-common/Cargo.toml index e1cb0aaf..20dc19f1 100644 --- a/crates/icb-common/Cargo.toml +++ b/crates/icb-common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "icb-common" -version = "0.11.0" +version = "0.11.1" edition = "2021" [dependencies] diff --git a/crates/icb-graph/Cargo.toml b/crates/icb-graph/Cargo.toml index 8cfb490f..28cccd38 100644 --- a/crates/icb-graph/Cargo.toml +++ b/crates/icb-graph/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "icb-graph" -version = "0.11.0" +version = "0.11.1" edition = "2021" [dependencies] diff --git a/crates/icb-parser/Cargo.toml b/crates/icb-parser/Cargo.toml index f3085e35..12dde429 100644 --- a/crates/icb-parser/Cargo.toml +++ b/crates/icb-parser/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "icb-parser" -version = "0.11.0" +version = "0.11.1" edition = "2021" [dependencies] diff --git a/crates/icb-report/Cargo.toml b/crates/icb-report/Cargo.toml index 03a07b01..e794ec0f 100644 --- a/crates/icb-report/Cargo.toml +++ b/crates/icb-report/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "icb-report" -version = "0.11.0" +version = "0.11.1" edition = "2021" [dependencies] diff --git a/crates/icb-rustc/Cargo.toml b/crates/icb-rustc/Cargo.toml index 812de211..9b086d48 100644 --- a/crates/icb-rustc/Cargo.toml +++ b/crates/icb-rustc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "icb-rustc" -version = "0.11.0" +version = "0.11.1" edition = "2021" description = "Native Rust analysis backend using rustc_interface" diff --git a/crates/icb-server/Cargo.toml b/crates/icb-server/Cargo.toml index 9f3e0e94..c72947df 100644 --- a/crates/icb-server/Cargo.toml +++ b/crates/icb-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "icb-server" -version = "0.11.0" +version = "0.11.1" edition = "2021" [features] diff --git a/scripts/benchmark-regression-check/Cargo.toml b/scripts/benchmark-regression-check/Cargo.toml index bce4fa6d..b9b1ccec 100644 --- a/scripts/benchmark-regression-check/Cargo.toml +++ b/scripts/benchmark-regression-check/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "benchmark-regression-check" -version = "0.11.0" +version = "0.11.1" edition = "2021" [dependencies] diff --git a/scripts/generate-bench-json/Cargo.toml b/scripts/generate-bench-json/Cargo.toml index fcc80ea7..0f1563e3 100644 --- a/scripts/generate-bench-json/Cargo.toml +++ b/scripts/generate-bench-json/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "generate-bench-json" -version = "0.11.0" +version = "0.11.1" edition = "2021" [dependencies] diff --git a/scripts/perf-engine/Cargo.toml b/scripts/perf-engine/Cargo.toml index 894d148d..b9ae895a 100644 --- a/scripts/perf-engine/Cargo.toml +++ b/scripts/perf-engine/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "perf-engine" -version = "0.11.0" +version = "0.11.1" edition = "2021" [dependencies]