diff --git a/.versions.yml b/.versions.yml new file mode 100644 index 0000000..b6ab2d2 --- /dev/null +++ b/.versions.yml @@ -0,0 +1,3 @@ +files: + - path: Cargo.toml + pattern: '^version = \"{version}\"' diff --git a/CHANGELOG.md b/CHANGELOG.md index f4574d0..327f66d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Next] +## [Unreleased] + +## [0.6.3] - 2023-06-13 ### Added @@ -76,7 +78,8 @@ If you are using Jaeger to collect traces locally on your machine, you will need COLLECTOR_OTLP_HTTP_HOST_PORT: 55681 ``` -[Next]: https://github.com/primait/prima_tracing.rs/compare/0.6.2...HEAD +[Unreleased]: https://github.com/primait/prima_tracing.rs/compare/0.6.3...HEAD +[0.6.3]: https://github.com/primait/prima_tracing.rs/compare/0.6.2...0.6.3 [0.6.2]: https://github.com/primait/prima_tracing.rs/compare/0.6.1...0.6.2 [0.6.1]: https://github.com/primait/prima_tracing.rs/compare/0.6.0...0.6.1 [0.6.0]: https://github.com/primait/prima_tracing.rs/compare/0.5.0...0.6.0 diff --git a/Cargo.toml b/Cargo.toml index 7dbfa28..2e066d0 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.6.2" +version = "0.6.3" [features] default = []