Skip to content

Commit

Permalink
Prepare release (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpiemontese authored Jun 13, 2023
1 parent e4e900c commit e44c1cf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .versions.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
files:
- path: Cargo.toml
pattern: '^version = \"{version}\"'
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
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.6.2"
version = "0.6.3"

[features]
default = []
Expand Down

0 comments on commit e44c1cf

Please sign in to comment.