Skip to content

Commit df47f97

Browse files
authored
Release 0.1.0 (#30)
* add initial changelog and prepare release * fix licenses
1 parent 154f160 commit df47f97

2 files changed

Lines changed: 22 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.1.0](https://github.com/dial9-rs/dial9-tokio-telemetry/releases/tag/dial9-tokio-telemetry-v0.1.0) - 2026-03-01
11+
12+
### Other
13+
14+
- Update readme and allow tests to pass on macOS ([#22](https://github.com/dial9-rs/dial9-tokio-telemetry/pull/22))
15+
- Add Cloudflare Workers configuration ([#29](https://github.com/dial9-rs/dial9-tokio-telemetry/pull/29))
16+
- Support Compilation on MacOS ([#16](https://github.com/dial9-rs/dial9-tokio-telemetry/pull/16))
17+
- Enable CPU profiling in metrics service and extract client binary ([#12](https://github.com/dial9-rs/dial9-tokio-telemetry/pull/12))
18+
- Integrate CPU profiling into Dial9 ([#11](https://github.com/dial9-rs/dial9-tokio-telemetry/pull/11))
19+
- Initial implementation of tracking task wakes ([#4](https://github.com/dial9-rs/dial9-tokio-telemetry/pull/4))
20+
- Convert to workspace, move crate into dial9-tokio-telemetry/ ([#5](https://github.com/dial9-rs/dial9-tokio-telemetry/pull/5))

dial9-tokio-telemetry/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name = "dial9-tokio-telemetry"
33
edition = "2024"
44
version = "0.1.0"
55
publish = true
6+
description = "Low-overhead runtime telemetry for Tokio with poll timing, wake events, and CPU profiling"
7+
license = "Apache-2.0"
68

79
[dependencies]
810
tokio = { version = "1", features = ["rt", "macros", "time", "rt-multi-thread", "sync", "net", "io-util"] }

0 commit comments

Comments
 (0)