From 9e5b5b6e5bcd2e026626659359017e324e120a66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20M=C3=BCller?= Date: Thu, 5 Sep 2024 10:32:58 -0700 Subject: [PATCH] Bump version to 0.2.0-rc.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This change bumps the version of the crate to 0.2.0-rc.1. Signed-off-by: Daniel Müller --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- README.md | 2 +- capi/CHANGELOG.md | 1 + capi/Cargo.toml | 2 +- cli/CHANGELOG.md | 5 +++++ cli/Cargo.toml | 2 +- cli/README.md | 4 ++-- examples/gsym-in-apk/Cargo.toml | 2 +- examples/sym-debuginfod/Cargo.toml | 2 +- 10 files changed, 15 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b56e0e2c..ca76450a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -Unreleased +0.2.0-rc.1 ---------- - Added support for using `PROCMAP_QUERY` ioctl during address normalization - Added `enable_procmap_query` to `normalize::Normalizer` diff --git a/Cargo.toml b/Cargo.toml index 4094155b..90187608 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ members = [ [package] name = "blazesym" description = "blazesym is a library for address symbolization and related tasks." -version = "0.2.0-rc.0" +version = "0.2.0-rc.1" edition = "2021" rust-version = "1.65" authors = ["Daniel Müller ", "Kui-Feng "] diff --git a/README.md b/README.md index 21c26d3c..030c92db 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ project manager (e.g., `cargo build`). Consumption from a Rust project should happen via `Cargo.toml`: ```toml [dependencies] -blazesym = "=0.2.0-rc.0" +blazesym = "=0.2.0-rc.1" ``` For a quick set of examples please refer to the [`examples/` folder](examples/). diff --git a/capi/CHANGELOG.md b/capi/CHANGELOG.md index 7a0ffc00..5b1246bd 100644 --- a/capi/CHANGELOG.md +++ b/capi/CHANGELOG.md @@ -6,6 +6,7 @@ Unreleased - Renamed `cache_maps` attribute of `blaze_normalizer_opts` to `cache_vmas` - Introduced `blaze_supports_procmap_query` helper +- Bumped `blazesym` dependency to `0.2.0-rc.1` 0.1.0-rc.0 diff --git a/capi/Cargo.toml b/capi/Cargo.toml index ba50f04f..6add2683 100644 --- a/capi/Cargo.toml +++ b/capi/Cargo.toml @@ -57,7 +57,7 @@ which = {version = "6.0.0", optional = true} # Pinned, because we use #[doc(hidden)] APIs. # TODO: Enable `zstd` feature once we enabled it for testing in the main # crate. -blazesym = {version = "=0.2.0-rc.0", path = "../", features = ["apk", "demangle", "gsym", "zlib"]} +blazesym = {version = "=0.2.0-rc.1", path = "../", features = ["apk", "demangle", "gsym", "zlib"]} # TODO: Remove dependency one MSRV is 1.77. memoffset = "0.9" diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 910ed27f..bc95cd71 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,3 +1,8 @@ +Unreleased +---------- +- Bumped `blazesym` dependency to `0.2.0-rc.1` + + 0.1.5 ----- - Added `--debug-dirs` option to `symbolize elf` sub-command diff --git a/cli/Cargo.toml b/cli/Cargo.toml index c6a7d6ef..a94cb872 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -38,7 +38,7 @@ grev = "0.1.3" anyhow = "1.0.68" # TODO: Enable `zstd` feature once we enabled it for testing in the main # crate. -blazesym = {version = "=0.2.0-rc.0", path = "../", features = ["apk", "breakpad", "demangle", "dwarf", "gsym", "tracing", "zlib"]} +blazesym = {version = "=0.2.0-rc.1", path = "../", features = ["apk", "breakpad", "demangle", "dwarf", "gsym", "tracing", "zlib"]} clap = {version = "4.1.7", features = ["derive"]} clap_complete = {version = "4.1.1", optional = true} tracing = "0.1" diff --git a/cli/README.md b/cli/README.md index 14f58c86..865356df 100644 --- a/cli/README.md +++ b/cli/README.md @@ -63,5 +63,5 @@ the list of supported shells. [blazecli-bins]: https://github.com/libbpf/blazesym/actions/workflows/build.yml [blazesym]: https://crates.io/crates/blazesym -[blazesym-sym]: https://docs.rs/blazesym/0.2.0-rc.0/blazesym/symbolize/struct.Symbolizer.html -[blazesym-elf-src]: https://docs.rs/blazesym/0.2.0-rc.0/blazesym/symbolize/enum.Source.html#variant.Elf +[blazesym-sym]: https://docs.rs/blazesym/0.2.0-rc.1/blazesym/symbolize/struct.Symbolizer.html +[blazesym-elf-src]: https://docs.rs/blazesym/0.2.0-rc.1/blazesym/symbolize/enum.Source.html#variant.Elf diff --git a/examples/gsym-in-apk/Cargo.toml b/examples/gsym-in-apk/Cargo.toml index 9a3eb358..b3236023 100644 --- a/examples/gsym-in-apk/Cargo.toml +++ b/examples/gsym-in-apk/Cargo.toml @@ -11,7 +11,7 @@ name = "gsym-in-apk" path = "main.rs" [dependencies] -blazesym = {version = "=0.2.0-rc.0", path = "../..", default-features = false, features = [ +blazesym = {version = "=0.2.0-rc.1", path = "../..", default-features = false, features = [ "apk", "gsym", "generate-unit-test-files", diff --git a/examples/sym-debuginfod/Cargo.toml b/examples/sym-debuginfod/Cargo.toml index 96f032d7..a832eef5 100644 --- a/examples/sym-debuginfod/Cargo.toml +++ b/examples/sym-debuginfod/Cargo.toml @@ -12,7 +12,7 @@ path = "main.rs" [dependencies] anyhow = "1.0" -blazesym = {version = "=0.2.0-rc.0", path = "../..", features = ["tracing"]} +blazesym = {version = "=0.2.0-rc.1", path = "../..", features = ["tracing"]} clap = {version = "4.4", features = ["derive", "string"]} debuginfod = {version = "0.1", features = ["fs-cache", "tracing"]} dirs = "5.0.1"