Prepare 0.7.0, README update - #70
Merged
Merged
Conversation
dhardy
force-pushed
the
push-yuyozzpvmzlo
branch
from
August 4, 2026 19:55
4809163 to
d8503f1
Compare
There was a problem hiding this comment.
🟡 Not ready to approve
There are a few documentation correctness issues (typo, stale/broken links, and a future-dated changelog entry) that should be fixed before tagging the release.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
This review doesn't count toward merge requirements. Sign up for the private preview to control whether Copilot approvals count.
Pull request overview
Prepares the easy-cast crate for the 0.7.0 release by updating the crate version and refreshing user-facing documentation (README + crate docs + changelog) to reflect the newer rounding-mode-based API.
Changes:
- Bump crate version to
0.7.0. - Refresh README and crate-level docs with updated positioning, trait overview, and examples.
- Add a new 0.7.0 changelog entry describing the rounding-mode API revision.
File summaries
| File | Description |
|---|---|
src/lib.rs |
Updates crate-level rustdoc introduction formatting and emphasis. |
README.md |
Rewrites README to match the newer API model (Cast/Conv, CastApprox/ConvApprox, CastTo/ConvTo) and adds quick example + motivation sections. |
CHANGELOG.md |
Adds a 0.7.0 release notes section summarizing new rounding traits/modes and API changes. |
Cargo.toml |
Bumps package version to 0.7.0. |
Review details
- Files reviewed: 4/4 changed files
- Comments generated: 2
- Review effort level: Lite
We're testing this review assessment. Please use 👍 or 👎 to tell us if it's correct.
dhardy
force-pushed
the
push-yuyozzpvmzlo
branch
from
August 4, 2026 19:58
d8503f1 to
4f7d18f
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.
I have pencilled in tomorrow as the release date, but it may slip (holiday plans).