-
-
Notifications
You must be signed in to change notification settings - Fork 2
chore: release v1.7.8 #126
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
6a90801
to
1db82da
Compare
WalkthroughThe changes introduce a new release version 1.7.8, update version numbers in configuration files, and document a bug fix related to symlink issues with nested Changes
Suggested labels
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 (3)
π Additional comments (4)
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:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. 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 6a90801 in 25 seconds. Click for details.
- Reviewed
43
lines of code in3
files - Skipped
0
files when reviewing. - Skipped posting
3
draft 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. CHANGELOG.md:10
- Draft comment:
CHANGELOG entry for v1.7.8 looks accurate with the bug fix note. - Reason this comment was not posted:
Confidence changes required:0%
<= threshold50%
None
2. Cargo.lock:1177
- Draft comment:
Version bump for unrs_resolver in Cargo.lock to 1.7.8 is correctly reflected. - Reason this comment was not posted:
Confidence changes required:0%
<= threshold50%
None
3. Cargo.toml:7
- Draft comment:
Cargo.toml correctly updates the version to 1.7.8. - Reason this comment was not posted:
Confidence changes required:0%
<= threshold50%
None
Workflow ID: wflow_p7eny1UA3mkCq41K
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 #126 +/- ##
=======================================
Coverage 93.40% 93.40%
=======================================
Files 13 13
Lines 2897 2897
=======================================
Hits 2706 2706
Misses 191 191 β View full report in Codecov by Sentry. π New features to boost your workflow:
|
CodSpeed Performance ReportMerging #126 will not alter performanceComparing Summary
|
1db82da
to
94ad9d1
Compare
94ad9d1
to
6dd131e
Compare
|
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 6dd131e in 38 seconds. Click for details.
- Reviewed
64
lines of code in4
files - Skipped
0
files when reviewing. - Skipped posting
4
draft 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. CHANGELOG.md:10
- Draft comment:
Changelog entry for v1.7.8 is clear and properly references the bug fix (fix: resolve symlink with nestednode_modules
Β #125). - Reason this comment was not posted:
Confidence changes required:0%
<= threshold50%
None
2. Cargo.toml:7
- Draft comment:
Version bumped to 1.7.8; metadata and dependency configuration look consistent. - Reason this comment was not posted:
Confidence changes required:0%
<= threshold50%
None
3. Cargo.lock:1176
- Draft comment:
Cargo.lock reflects the unrs_resolver version update to 1.7.8 correctly. - Reason this comment was not posted:
Confidence changes required:0%
<= threshold50%
None
4. npm/package.json:3
- Draft comment:
npm package.json version and postinstall script updated to "1.7.8"; changes are consistent. - Reason this comment was not posted:
Confidence changes required:0%
<= threshold50%
None
Workflow ID: wflow_fq5B6x9hYPalYacu
You can customize by changing your verbosity settings, reacting with π or π, replying to comments, or adding code review rules.
π€ New release
unrs_resolver
: 1.7.7 -> 1.7.8 (β API compatible changes)Changelog
This PR was generated with release-plz.
Important
Bump
unrs_resolver
to v1.7.8 with a bug fix for symlink resolution in nestednode_modules
.unrs_resolver
version from 1.7.7 to 1.7.8 inCargo.toml
,Cargo.lock
, andnpm/package.json
.node_modules
as documented inCHANGELOG.md
.CHANGELOG.md
to include details of the bug fix for version 1.7.8.This description was created by
for 6dd131e. You can customize this summary. It will automatically update as commits are pushed.
Summary by CodeRabbit
Bug Fixes
Chores