Skip to content

Commit

Permalink
Prep release (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaeIsBad authored May 3, 2024
1 parent 5c40282 commit 7b0597a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

---

## [0.9.2] - 2024-05-03

### Added

- Added metadata based on the kubernetes environment variables:
* KUBE_APP_PART_OF
* KUBE_APP_MANAGED_BY
* KUBE_APP_VERSION
* KUBE_APP_INSTANCE

---

## [0.9.1] - 2024-04-08

### Added
Expand Down Expand Up @@ -172,7 +184,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.9.1...HEAD
[Unreleased]: https://github.com/primait/prima_tracing.rs/compare/0.9.2...HEAD
[0.9.2]: https://github.com/primait/prima_tracing.rs/compare/0.9.1...0.9.2
[0.9.1]: https://github.com/primait/prima_tracing.rs/compare/0.9.0...0.9.1
[0.9.0]: https://github.com/primait/prima_tracing.rs/compare/0.9.0-rc.1...0.9.0
[0.9.0-rc.1]: https://github.com/primait/prima_tracing.rs/compare/0.9.0-rc.0...0.9.0-rc.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.9.1"
version = "0.9.2"

[features]
default = []
Expand Down

0 comments on commit 7b0597a

Please sign in to comment.