Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
MaeIsBad committed Dec 3, 2024
1 parent fc6d0c9 commit 6a038ab
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
@@ -6,6 +6,10 @@ and this project adheres to

## [Unreleased]

---

## [0.14.1] - 2024-12-03

### Changed

- No longer set the `tracing` max level features. This allows you to enable more verbose logging on runtime via the `RUST_LOG` environment variable.
@@ -278,7 +282,9 @@ jaeger:
COLLECTOR_OTLP_HTTP_HOST_PORT: 55681
```
[Unreleased]: https://github.com/primait/prima_tracing.rs/compare/0.14.0...HEAD
[Unreleased]: https://github.com/primait/prima_tracing.rs/compare/0.14.1...HEAD
[0.14.1]: https://github.com/primait/prima_tracing.rs/compare/0.14.0...0.14.1
[0.14.0]: https://github.com/primait/prima_tracing.rs/compare/0.13.1...0.14.0
[0.13.1]: https://github.com/primait/prima_tracing.rs/compare/0.13.0...0.13.1
[0.13.0]: https://github.com/primait/prima_tracing.rs/compare/0.12.0...0.13.0
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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.14.0"
version = "0.14.1"

[features]
default = []

0 comments on commit 6a038ab

Please sign in to comment.