From 8f21654bd62411c486ab349dba4d9cfd2df266ce Mon Sep 17 00:00:00 2001 From: MaeIsBad <26093674+MaeIsBad@users.noreply.github.com> Date: Tue, 5 Mar 2024 10:06:24 +0100 Subject: [PATCH] Bump (#92) --- CHANGELOG.md | 8 +++++++- Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1b3171..9376bbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 --- +## [0.9.0] - 2024-03-04 + +--- + ## [0.8.1] - 2024-01-05 ### Fixed @@ -132,7 +136,9 @@ If you are using Jaeger to collect traces locally on your machine, you will need ``` -[Unreleased]: https://github.com/primait/prima_tracing.rs/compare/0.8.1...HEAD + +[Unreleased]: https://github.com/primait/prima_tracing.rs/compare/0.9.0...HEAD +[0.9.0]: https://github.com/primait/prima_tracing.rs/compare/0.8.1...0.9.0 [0.8.1]: https://github.com/primait/prima_tracing.rs/compare/0.8.0...0.8.1 [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 diff --git a/Cargo.toml b/Cargo.toml index 91d44cc..005c775 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.8.1" +version = "0.9.0" [features] default = []