Skip to content

Commit 08ff5e9

Browse files
committed
Bump version to 0.2.3
This change bumps the version of the crate to 0.2.3. Signed-off-by: Daniel Müller <deso@posteo.net>
1 parent 6e540d4 commit 08ff5e9

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Unreleased
2-
----------
1+
0.2.3
2+
-----
33
- Added support for `/usr/lib/debug/.build-id` debug link target
44
directory
55
- Added support for compressed `.gnu_debugdata` ELF sections

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ wildcard-imports = "warn"
5353
[package]
5454
name = "blazesym"
5555
description = "blazesym is a library for address symbolization and related tasks."
56-
version = "0.2.2"
56+
version = "0.2.3"
5757
edition.workspace = true
5858
rust-version.workspace = true
5959
authors = ["Daniel Müller <deso@posteo.net>", "Kui-Feng <thinker.li@gmail.com>"]

capi/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,15 +70,15 @@ which = {version = "8.0.0", optional = true}
7070

7171
[dependencies]
7272
# Pinned, because we use #[doc(hidden)] APIs.
73-
blazesym = {version = ">=0.2.0, <=0.2.2", path = "../", features = ["apk", "demangle", "gsym", "tracing", "zlib"]}
73+
blazesym = {version = ">=0.2.0, <=0.2.3", path = "../", features = ["apk", "demangle", "gsym", "tracing", "zlib"]}
7474
libc = "0.2"
7575
# TODO: Remove dependency once MSRV is 1.77.
7676
memoffset = "0.9"
7777
tracing = "0.1"
7878
tracing-subscriber = {version = "0.3", default-features = false, features = ["fmt"]}
7979

8080
[target.'cfg(any(target_os = "linux", target_os = "android"))'.dependencies]
81-
blazesym = {version = ">=0.2.0, <=0.2.2", path = "../", features = ["bpf"]}
81+
blazesym = {version = ">=0.2.0, <=0.2.3", path = "../", features = ["bpf"]}
8282

8383
[dev-dependencies]
8484
blazesym = {version = "0.2", path = "../", features = ["test"]}

cli/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,5 @@ the list of supported shells.
6363

6464
[blazecli-bins]: https://github.com/libbpf/blazesym/actions/workflows/build-cli.yml
6565
[blazesym]: https://crates.io/crates/blazesym
66-
[blazesym-sym]: https://docs.rs/blazesym/0.2.0/blazesym/symbolize/struct.Symbolizer.html
67-
[blazesym-elf-src]: https://docs.rs/blazesym/0.2.0/blazesym/symbolize/enum.Source.html#variant.Elf
66+
[blazesym-sym]: https://docs.rs/blazesym/0.2.*/blazesym/symbolize/struct.Symbolizer.html
67+
[blazesym-elf-src]: https://docs.rs/blazesym/0.2.*/blazesym/symbolize/source/enum.Source.html#variant.Elf

0 commit comments

Comments
 (0)