Skip to content

Commit

Permalink
prepare v0.3.0 release (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
carllerche committed Aug 14, 2023
1 parent 017cdc3 commit 3230aa8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,12 @@
# 0.3.0 (August 14th, 2023)

### Added
- rt: add support for mean task poll time ([#50])
- rt: add support for task poll count histogram ([#52])

[#50]: https://github.com/tokio-rs/tokio-metrics/pull/50
[#52]: https://github.com/tokio-rs/tokio-metrics/pull/52

# 0.2.2 (April 13th, 2023)
### Added
- task: add TaskMonitorBuilder ([#46])
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -5,7 +5,7 @@ runtime and per-task metrics.

```toml
[dependencies]
tokio-metrics = { version = "0.2.2", default-features = false }
tokio-metrics = { version = "0.3.0", default-features = false }
```

## Getting Started With Task Metrics
Expand Down

0 comments on commit 3230aa8

Please sign in to comment.