Skip to content

Commit

Permalink
bump minor (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpiemontese authored Dec 22, 2023
1 parent ed7eec6 commit fad70a5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

---

## [0.8.0] - 2023-12-22

### Added

- New `opentelemetry_sdk` dependency, which inherits the `rt-tokio` feature
Expand Down Expand Up @@ -115,7 +119,9 @@ If you are using Jaeger to collect traces locally on your machine, you will need
COLLECTOR_OTLP_HTTP_HOST_PORT: 55681
```
[Unreleased]: https://github.com/primait/prima_tracing.rs/compare/0.7.2...HEAD
[Unreleased]: https://github.com/primait/prima_tracing.rs/compare/0.8.0...HEAD
[0.8.0]: https://github.com/primait/prima_tracing.rs/compare/0.7.2...0.8.0
[0.7.2]: https://github.com/primait/prima_tracing.rs/compare/0.7.1...0.7.2
[0.7.1]: https://github.com/primait/prima_tracing.rs/compare/0.7.0...0.7.1
[0.7.0]: https://github.com/primait/prima_tracing.rs/compare/0.6.3...0.7.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0"
name = "prima-tracing"
readme = "README.md"
repository = "https://github.com/primait/prima_tracing.rs"
version = "0.7.2"
version = "0.8.0"

[features]
default = []
Expand Down

0 comments on commit fad70a5

Please sign in to comment.