Add support for cargo release - #13
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Adds cargo-release configuration and updates the workspace/documentation version references to 1.1.0 so releases can bump versions and keep user-facing docs in sync.
Changes:
- Bump workspace/package versions and all documented
Cargo.tomlsnippets to1.1.0. - Add
cargo-releaseconfiguration (release.toml) and definepre-release-replacementsto update docs during release. - Update contrib crate READMEs and website guide pages to reflect the new version.
Reviewed changes
Copilot reviewed 13 out of 13 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| website/src/pages/index.js | Updates QuickStart dependency snippet to 1.1.0. |
| website/docs/index.md | Updates guide version string to v1.1.0 (and fixes project name in the sentence). |
| website/docs/14-faq.md | Updates example dependency version to 1.1.0. |
| website/docs/12-pastebin.md | Updates example dependency version to 1.1.0. |
| website/docs/10-configuration.md | Updates TLS/mTLS dependency examples to 1.1.0. |
| website/docs/04-requests.md | Updates feature-flag dependency examples to 1.1.0. |
| website/docs/02-getting-started.md | Updates getting-started dependency snippet to 1.1.0. |
| release.toml | Introduces cargo-release config enabling shared versioning. |
| README.md | Updates the main dependency snippet to 1.1.0. |
| core/lib/Cargo.toml | Adds cargo-release pre-release-replacements to keep key docs in lockstep with the release version. |
| contrib/ws/README.md | Updates rkt_ws version example to 1.1.0. |
| contrib/dyn_templates/README.md | Updates rkt_dyn_templates version example to 1.1.0. |
| Cargo.toml | Bumps workspace version and workspace dependency versions to 1.1.0. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
martynp
force-pushed
the
add_support_for_cargo_release
branch
from
July 5, 2026 06:42
3310d41 to
6e463a3
Compare
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.