Skip to content

Commit fc522a2

Browse files
chore: release (#413)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8b78f2b commit fc522a2

7 files changed

Lines changed: 20 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.3.10](https://github.com/dial9-rs/dial9/compare/dial9-tokio-telemetry-v0.3.9...dial9-tokio-telemetry-v0.3.10) - 2026-05-15
11+
12+
### Added
13+
14+
- add tid to WorkerParkEvent and WorkerUnparkEvent ([#410](https://github.com/dial9-rs/dial9/pull/410))
15+
16+
### Other
17+
18+
- expose public Unwinder::capture API ([#396](https://github.com/dial9-rs/dial9/pull/396))
19+
1020
## [0.3.9](https://github.com/dial9-rs/dial9-tokio-telemetry/compare/dial9-tokio-telemetry-v0.3.8...dial9-tokio-telemetry-v0.3.9) - 2026-05-14
1121

1222
### Added

Cargo.lock

Lines changed: 4 additions & 4 deletions
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
@@ -22,7 +22,7 @@ repository = "https://github.com/dial9-rs/dial9-tokio-telemetry"
2222

2323
[workspace.dependencies]
2424
libc = "0.2"
25-
dial9-perf-self-profile = { version = "0.4.1", path = "perf-self-profile" }
25+
dial9-perf-self-profile = { version = "0.4.2", path = "perf-self-profile" }
2626
dial9-trace-format = { version = "0.4.0", path = "dial9-trace-format" }
2727
dial9-trace-format-derive = { version = "0.4.0", path = "dial9-trace-format-derive" }
2828
dial9-macro = { version = "0.3.6", path = "dial9-macro" }

dial9-tokio-telemetry/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dial9-tokio-telemetry"
3-
version = "0.3.9"
3+
version = "0.3.10"
44
edition.workspace = true
55
license.workspace = true
66
repository.workspace = true

dial9-viewer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dial9-viewer"
3-
version = "0.3.9"
3+
version = "0.3.10"
44
edition.workspace = true
55
license.workspace = true
66
repository.workspace = true

dial9/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dial9"
3-
version = "0.3.9"
3+
version = "0.3.10"
44
edition.workspace = true
55
license.workspace = true
66
repository.workspace = true
@@ -17,5 +17,5 @@ path = "src/main.rs"
1717

1818
[dependencies]
1919
anyhow = "1"
20-
dial9-viewer = { version = "0.3.9", path = "../dial9-viewer" }
20+
dial9-viewer = { version = "0.3.10", path = "../dial9-viewer" }
2121
tokio = { version = "1", features = ["rt-multi-thread", "macros"] }

perf-self-profile/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dial9-perf-self-profile"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
edition.workspace = true
55
repository.workspace = true
66
description = "Minimal self-profiling via Linux perf_event_open with frame-pointer-based stack traces"

0 commit comments

Comments
 (0)