From d4f293249fb8183d7910cc9ff09a60e660ee3370 Mon Sep 17 00:00:00 2001 From: Cristiano Piemontese Date: Fri, 22 Dec 2023 10:29:06 +0100 Subject: [PATCH] bump minor --- CHANGELOG.md | 8 +++++++- Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38f19ad..aa23b5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/Cargo.toml b/Cargo.toml index e2e2c08..ee1450d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 = []