Skip to content

Commit

Permalink
release (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpiemontese authored Oct 9, 2024
1 parent 00c0b74 commit 24d9d23
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ and this project adheres to

---

## [0.13.0] - 2024-10-09

### Updated

- Bumped opentelemetry version to 0.26

---

## [0.12.0] - 2024-09-17

### Updated
Expand Down Expand Up @@ -246,7 +254,8 @@ jaeger:
COLLECTOR_OTLP_HTTP_HOST_PORT: 55681
```
[Unreleased]: https://github.com/primait/prima_tracing.rs/compare/0.12.0...HEAD
[Unreleased]: https://github.com/primait/prima_tracing.rs/compare/0.13.0...HEAD
[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
[0.11.0]: https://github.com/primait/prima_tracing.rs/compare/0.10.0...0.11.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.12.0"
version = "0.13.0"

[features]
default = []
Expand Down

0 comments on commit 24d9d23

Please sign in to comment.