chore: prepare for the next release#188
Merged
Merged
Conversation
Signed-off-by: tison <wander4096@gmail.com>
There was a problem hiding this comment.
Pull request overview
This PR prepares the workspace for the next release by bumping crate versions, updating changelogs, and adjusting the logging example to the newer logforth API/features.
Changes:
- Bumped
fastracefamily crate versions to0.7.18andfastrace-opentelemetryto0.18.1, including workspace dependency pin updates. - Added release headers to the root and
fastrace-opentelemetrychangelogs for the new versions. - Upgraded the examples’
logforthdependency and updatedexamples/logging.rsto usestarter_log+ fastrace diagnostics/layout.
Reviewed changes
Copilot reviewed 11 out of 12 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
fastrace/Cargo.toml |
Bumps fastrace crate version to 0.7.18. |
fastrace-macro/Cargo.toml |
Bumps fastrace-macro crate version to 0.7.18. |
fastrace-jaeger/Cargo.toml |
Bumps fastrace-jaeger crate version to 0.7.18. |
fastrace-datadog/Cargo.toml |
Bumps fastrace-datadog crate version to 0.7.18. |
fastrace-futures/Cargo.toml |
Bumps fastrace-futures crate version to 0.7.18. |
fastrace-opentelemetry/Cargo.toml |
Bumps fastrace-opentelemetry crate version to 0.18.1. |
Cargo.toml |
Updates workspace dependency versions for fastrace and fastrace-macro to 0.7.18. |
CHANGELOG.md |
Adds v0.7.18 section header. |
fastrace-opentelemetry/CHANGELOG.md |
Adds v0.18.1 section header. |
examples/Cargo.toml |
Upgrades logforth to 0.30.1 and updates enabled features. |
examples/logging.rs |
Updates example logger setup to the newer logforth::starter_log + fastrace diagnostics/layout API. |
Cargo.lock |
Refreshes lockfile to reflect the new versions and dependency graph changes (notably logforth). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.