Skip to content

Commit

Permalink
Bump (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaeIsBad authored Oct 18, 2024
1 parent 9091d01 commit 879e552
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 @@ -6,6 +6,10 @@ and this project adheres to

## [Unreleased]

---

## [0.13.1] - 2024-10-18

### Added

- Error impl for EnvironmentParseError
Expand Down Expand Up @@ -258,7 +262,9 @@ jaeger:
COLLECTOR_OTLP_HTTP_HOST_PORT: 55681
```
[Unreleased]: https://github.com/primait/prima_tracing.rs/compare/0.13.0...HEAD
[Unreleased]: https://github.com/primait/prima_tracing.rs/compare/0.13.1...HEAD
[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
[0.12.0]: https://github.com/primait/prima_tracing.rs/compare/0.11.1...0.12.0
[0.11.1]: https://github.com/primait/prima_tracing.rs/compare/0.11.0...0.11.1
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.13.0"
version = "0.13.1"

[features]
default = []
Expand Down

0 comments on commit 879e552

Please sign in to comment.