-
-
Notifications
You must be signed in to change notification settings - Fork 5
chore: release v1.6.2 #74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
bddaae5 to
04a494d
Compare
WalkthroughThis update introduces a new release entry for version 1.6.2 in the changelog, documenting a bug fix related to the normalization of the parent base URL as an absolute path. The version numbers in both the Cargo.toml and npm/package.json files are incremented from 1.6.1 to 1.6.2 to reflect the new release. No other code, configuration, or public API changes are present in this update. Changes
Possibly related PRs
Poem
π Recent review detailsConfiguration used: CodeRabbit UI β Files ignored due to path filters (1)
π Files selected for processing (3)
β° Context from checks skipped due to timeout of 90000ms (2)
π Additional comments (3)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. πͺ§ TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Important
Looks good to me! π
Reviewed everything up to bddaae5 in 52 seconds. Click for details.
- Reviewed
43lines of code in3files - Skipped
0files when reviewing. - Skipped posting
6draft comments. View those below. - Modify your settings and rules to customize what types of comments Ellipsis leaves. And don't forget to react with π or π to teach Ellipsis.
1. Cargo.toml:12
- Draft comment:
Consider using relative paths for the include field (e.g. "src" instead of "/src"). - Reason this comment was not posted:
Confidence changes required:50%<= threshold50%None
2. Cargo.toml:12
- Draft comment:
Use relative paths (e.g. 'src', 'examples', 'benches') in the include fieldβleading '/' may not match as intended. - Reason this comment was not posted:
Comment was not on a location in the diff, so it can't be submitted as a review comment.
3. Cargo.toml:1
- Draft comment:
The workspace members list only includes 'napi'. If the current crate should participate as a workspace member, consider adding '.' or clarifying the intended structure. - Reason this comment was not posted:
Comment was not on a location in the diff, so it can't be submitted as a review comment.
4. Cargo.toml:10
- Draft comment:
Edition is set to '2024'. Ensure that this is intentional and that all users have a compatible toolchain. - Reason this comment was not posted:
Comment did not seem useful. Confidence is useful =50%<= threshold50%The comment is asking the PR author to ensure that all users have a compatible toolchain, which violates the rule against asking for confirmation or ensuring behavior. However, it does point out a specific change ('Edition is set to '2024'') and asks if this is intentional, which is allowed. The part about ensuring compatibility should be removed.
5. CHANGELOG.md:48
- Draft comment:
Typo: 'pacakge.json' should be 'package.json'. - Reason this comment was not posted:
Comment was not on a location in the diff, so it can't be submitted as a review comment.
6. CHANGELOG.md:427
- Draft comment:
Typo: In the line '* (napi) release wasi build', the closing asterisk is missing. It should be '* (napi) release wasi build'. - Reason this comment was not posted:
Comment was not on a location in the diff, so it can't be submitted as a review comment.
Workflow ID: wflow_IHNtggAViCYgmjah
You can customize by changing your verbosity settings, reacting with π or π, replying to comments, or adding code review rules.
Codecov ReportAll modified and coverable lines are covered by tests β
Additional details and impacted files@@ Coverage Diff @@
## main #74 +/- ##
=======================================
Coverage 93.22% 93.22%
=======================================
Files 13 13
Lines 2850 2850
=======================================
Hits 2657 2657
Misses 193 193 β View full report in Codecov by Sentry. π New features to boost your workflow:
|
CodSpeed Performance ReportMerging #74 will not alter performanceComparing Summary
|



π€ New release
unrs_resolver: 1.6.1 -> 1.6.2 (β API compatible changes)Changelog
This PR was generated with release-plz.
Important
Bump
unrs_resolverto v1.6.2 with a bug fix for parent base URL resolution.unrs_resolverversion from 1.6.1 to 1.6.2 inCargo.tomlandCargo.lock.CHANGELOG.md).This description was created by
for bddaae5. You can customize this summary. It will automatically update as commits are pushed.
Summary by CodeRabbit