Skip to content

Commit

Permalink
Release v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asaaki committed Jul 28, 2021
1 parent d95ed08 commit ab58987
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 9 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ Additional changes to original format:

## [Unreleased]

## [0.10.0] - 2021-07-28
### Changed
- Update dependencies

## [0.9.0] - 2021-05-11
### Fixed
- `MetricsConfig` would cause a stack overflow on construction
Expand Down Expand Up @@ -169,8 +173,9 @@ _(not released to crates.io)_
## [0.1.0] - 2020-08-01
**Initial release**

[Unreleased]: https://github.com/asaaki/opentelemetry-tide/compare/v0.9.0...HEAD
[0.8.0]: https://github.com/asaaki/opentelemetry-tide/compare/v0.8.0...v0.9.0
[Unreleased]: https://github.com/asaaki/opentelemetry-tide/compare/v0.10.0...HEAD
[0.10.0]: https://github.com/asaaki/opentelemetry-tide/compare/v0.9.0...v0.10.0
[0.9.0]: https://github.com/asaaki/opentelemetry-tide/compare/v0.8.0...v0.9.0
[0.8.0]: https://github.com/asaaki/opentelemetry-tide/compare/v0.7.0...v0.8.0
[0.7.0]: https://github.com/asaaki/opentelemetry-tide/compare/v0.6.2...v0.7.0
[0.6.1]: https://github.com/asaaki/opentelemetry-tide/compare/v0.6.1...v0.6.2
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "opentelemetry-tide"
version = "0.9.0"
version = "0.10.0"
authors = [
"Christoph Grabo <asaaki@mannaz.cc>",
"The opentelemetry-tide Contributors"
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ curl http://localhost:3000/metrics

[dependencies]
async-std = { version = "1.9", features = ["attributes"] }
opentelemetry = { version = "0.14", features = ["async-std", "rt-async-std"] }
opentelemetry-jaeger = { version = "0.13", features = ["async-std"] }
opentelemetry-tide = "0.9"
opentelemetry = { version = "0.15", features = ["async-std", "rt-async-std"] }
opentelemetry-jaeger = { version = "0.14", features = ["async-std"] }
opentelemetry-tide = "0.10"
tide = "0.16"
```

Expand Down
6 changes: 3 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ curl http://localhost:3000/metrics
[dependencies]
async-std = { version = "1.9", features = ["attributes"] }
opentelemetry = { version = "0.14", features = ["async-std", "rt-async-std"] }
opentelemetry-jaeger = { version = "0.13", features = ["async-std"] }
opentelemetry-tide = "0.9"
opentelemetry = { version = "0.15", features = ["async-std", "rt-async-std"] }
opentelemetry-jaeger = { version = "0.14", features = ["async-std"] }
opentelemetry-tide = "0.10"
tide = "0.16"
```
Expand Down

0 comments on commit ab58987

Please sign in to comment.