diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e82003f4..95e4ab67 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.11.1" + ".": "0.11.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c59e345..037ef87e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.11.2](https://github.com/LogosITO/ICB/compare/v0.11.1...v0.11.2) (2026-05-13) + + +### Bug Fixes + +* **ci:** benchmarks.yml work with baseline.json file ([71b4964](https://github.com/LogosITO/ICB/commit/71b49649dc414f11675fa7291f183038b30deea2)) + ## [0.11.1](https://github.com/LogosITO/ICB/compare/v0.11.0...v0.11.1) (2026-05-13) diff --git a/Cargo.toml b/Cargo.toml index e45cc34f..79a6d7f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "icb" -version = "0.11.1" +version = "0.11.2" edition = "2021" publish = false license = "MIT" diff --git a/benches/icb-clang/Cargo.toml b/benches/icb-clang/Cargo.toml index ba99ed0a..8ef9d88f 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.1" +version = "0.11.2" edition = "2021" publish = false diff --git a/benches/icb-graph/Cargo.toml b/benches/icb-graph/Cargo.toml index 207ac7b6..3e849f9f 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.1" +version = "0.11.2" edition = "2021" publish = false diff --git a/benches/icb-parser/Cargo.toml b/benches/icb-parser/Cargo.toml index 3724c86d..59be8a9d 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.1" +version = "0.11.2" edition = "2021" publish = false diff --git a/benches/icb-rustc/Cargo.toml b/benches/icb-rustc/Cargo.toml index ddff15bd..d12b01e7 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.1" +version = "0.11.2" edition = "2021" publish = false diff --git a/benches/icb-server/Cargo.toml b/benches/icb-server/Cargo.toml index ab86ed72..5386755a 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.1" +version = "0.11.2" edition = "2021" publish = false diff --git a/crates/icb-clang/Cargo.toml b/crates/icb-clang/Cargo.toml index b5f1b104..7ad0fe67 100644 --- a/crates/icb-clang/Cargo.toml +++ b/crates/icb-clang/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "icb-clang" -version = "0.11.1" +version = "0.11.2" edition = "2021" [dependencies] diff --git a/crates/icb-cli/Cargo.toml b/crates/icb-cli/Cargo.toml index 73e126af..795835d4 100644 --- a/crates/icb-cli/Cargo.toml +++ b/crates/icb-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "icb-cli" -version = "0.11.1" +version = "0.11.2" edition = "2021" [dependencies] diff --git a/crates/icb-common/Cargo.toml b/crates/icb-common/Cargo.toml index 20dc19f1..a29a70e5 100644 --- a/crates/icb-common/Cargo.toml +++ b/crates/icb-common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "icb-common" -version = "0.11.1" +version = "0.11.2" edition = "2021" [dependencies] diff --git a/crates/icb-graph/Cargo.toml b/crates/icb-graph/Cargo.toml index 28cccd38..0df5bfb2 100644 --- a/crates/icb-graph/Cargo.toml +++ b/crates/icb-graph/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "icb-graph" -version = "0.11.1" +version = "0.11.2" edition = "2021" [dependencies] diff --git a/crates/icb-parser/Cargo.toml b/crates/icb-parser/Cargo.toml index 12dde429..692e8de7 100644 --- a/crates/icb-parser/Cargo.toml +++ b/crates/icb-parser/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "icb-parser" -version = "0.11.1" +version = "0.11.2" edition = "2021" [dependencies] diff --git a/crates/icb-report/Cargo.toml b/crates/icb-report/Cargo.toml index e794ec0f..cbd2a7e3 100644 --- a/crates/icb-report/Cargo.toml +++ b/crates/icb-report/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "icb-report" -version = "0.11.1" +version = "0.11.2" edition = "2021" [dependencies] diff --git a/crates/icb-rustc/Cargo.toml b/crates/icb-rustc/Cargo.toml index 9b086d48..ef519baa 100644 --- a/crates/icb-rustc/Cargo.toml +++ b/crates/icb-rustc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "icb-rustc" -version = "0.11.1" +version = "0.11.2" 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 c72947df..d6c10f2d 100644 --- a/crates/icb-server/Cargo.toml +++ b/crates/icb-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "icb-server" -version = "0.11.1" +version = "0.11.2" edition = "2021" [features] diff --git a/scripts/benchmark-regression-check/Cargo.toml b/scripts/benchmark-regression-check/Cargo.toml index b9b1ccec..c937036b 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.1" +version = "0.11.2" edition = "2021" [dependencies] diff --git a/scripts/generate-bench-json/Cargo.toml b/scripts/generate-bench-json/Cargo.toml index 0f1563e3..4ff51385 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.1" +version = "0.11.2" edition = "2021" [dependencies] diff --git a/scripts/perf-engine/Cargo.toml b/scripts/perf-engine/Cargo.toml index b9ae895a..63c67802 100644 --- a/scripts/perf-engine/Cargo.toml +++ b/scripts/perf-engine/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "perf-engine" -version = "0.11.1" +version = "0.11.2" edition = "2021" [dependencies]