Release v0.2.0 - #5
Merged
Merged
Conversation
There was a problem hiding this comment.
🟢 Approval recommended
The version bump is applied consistently across the manifest, lockfile, and README with no functional code changes introduced.
Pull request overview
Prepares the torrust-linting crate for the v0.2.0 release by aligning the crate/package version and user-facing dependency documentation with the new release.
Changes:
- Bumped crate version to
0.2.0inCargo.toml. - Updated the README dependency snippet to
torrust-linting = "0.2.0". - Updated the local crate entry in
Cargo.lockto0.2.0.
File summaries
| File | Description |
|---|---|
| README.md | Updates the dependency example to reference 0.2.0. |
| Cargo.toml | Bumps the crate version from 0.1.0 to 0.2.0. |
| Cargo.lock | Updates the lockfile’s torrust-linting package entry to 0.2.0. |
Review details
- Files reviewed: 2/3 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Member
Author
|
ACK bf929e0 |
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.
Summary
Prepare
torrust-lintingv0.2.0, which includes the new deterministic local Markdown link checker.0.1.0to0.2.0.Validation
cargo publish --dry-runcargo runAfter merge, create tag
v0.2.0, publish to crates.io, and create the GitHub release.