Skip to content

Commit dd08124

Browse files
committed
Bump version to 0.2.1
This change bumps the version of the crate to 0.2.1. Signed-off-by: Daniel Müller <[email protected]>
1 parent e174992 commit dd08124

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
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.1
2+
-----
33
- Adjusted `symbolize::Symbolizer::symbolize` behavior to stop being
44
short-circuiting
55
- Added `Reason::IgnoredError` variant

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.0"
56+
version = "0.2.1"
5757
edition.workspace = true
5858
rust-version.workspace = true
5959
authors = ["Daniel Müller <[email protected]>", "Kui-Feng <[email protected]>"]

capi/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,18 +70,18 @@ which = {version = "8.0.0", optional = true}
7070
# Pinned, because we use #[doc(hidden)] APIs.
7171
# TODO: Enable `zstd` feature once we enabled it for testing in the main
7272
# crate.
73-
blazesym = {version = "=0.2.0", path = "../", features = ["apk", "demangle", "dwarf", "gsym", "tracing", "zlib"]}
73+
blazesym = {version = ">=0.2.0, <=0.2.1", path = "../", features = ["apk", "demangle", "dwarf", "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", path = "../", features = ["bpf"]}
81+
blazesym = {version = ">=0.2.0, <=0.2.1", path = "../", features = ["bpf"]}
8282

8383
[dev-dependencies]
84-
blazesym = {version = "=0.2.0", path = "../", features = ["test"]}
84+
blazesym = {version = "0.2", path = "../", features = ["test"]}
8585
blazesym-c = {path = ".", features = ["check-doc-snippets"]}
8686
bindgen = {version = "0.72", default-features = false, features = ["runtime"]}
8787
criterion = {version = "0.7", default-features = false, features = ["rayon", "cargo_bench_support"]}

0 commit comments

Comments
 (0)