Skip to content

Commit beeab27

Browse files
authored
chore: release 0.3.3 (#267)
1 parent d6e43ff commit beeab27

9 files changed

Lines changed: 22 additions & 16 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.3.3](https://github.com/dial9-rs/dial9-tokio-telemetry/compare/dial9-tokio-telemetry-v0.3.2...dial9-tokio-telemetry-v0.3.3) - 2026-04-20
11+
12+
### Other
13+
14+
- tighten README prose for readability and conciseness ([#265](https://github.com/dial9-rs/dial9-tokio-telemetry/pull/265))
15+
1016
## [0.3.2](https://github.com/dial9-rs/dial9-tokio-telemetry/compare/dial9-tokio-telemetry-v0.3.1...dial9-tokio-telemetry-v0.3.2) - 2026-04-20
1117

1218
### Other

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ repository = "https://github.com/dial9-rs/dial9-tokio-telemetry"
2020

2121
[workspace.dependencies]
2222
libc = "0.2"
23-
dial9-perf-self-profile = { version = "0.3.2", path = "perf-self-profile" }
24-
dial9-trace-format = { version = "0.3.2", path = "dial9-trace-format" }
25-
dial9-trace-format-derive = { version = "0.3.2", path = "dial9-trace-format-derive" }
26-
dial9-macro = { version = "0.3.2", path = "dial9-macro" }
23+
dial9-perf-self-profile = { version = "0.3.3", path = "perf-self-profile" }
24+
dial9-trace-format = { version = "0.3.3", path = "dial9-trace-format" }
25+
dial9-trace-format-derive = { version = "0.3.3", path = "dial9-trace-format-derive" }
26+
dial9-macro = { version = "0.3.3", path = "dial9-macro" }
2727
assert2 = "0.4"
2828

2929
[profile.release]

dial9-macro/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-macro"
3-
version = "0.3.2"
3+
version = "0.3.3"
44
edition.workspace = true
55
license.workspace = true
66
repository.workspace = true

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.2"
3+
version = "0.3.3"
44
edition.workspace = true
55
license.workspace = true
66
repository.workspace = true

dial9-trace-format-derive/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-trace-format-derive"
3-
version = "0.3.2"
3+
version = "0.3.3"
44
edition.workspace = true
55
license.workspace = true
66
repository.workspace = true

dial9-trace-format/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-trace-format"
3-
version = "0.3.2"
3+
version = "0.3.3"
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.2"
3+
version = "0.3.3"
44
edition.workspace = true
55
license.workspace = true
66
repository.workspace = true

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.3.2"
3+
version = "0.3.3"
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)