-
-
Notifications
You must be signed in to change notification settings - Fork 4
chore: release v1.7.10 #132
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
397c3e1
to
3021b9c
Compare
""" WalkthroughThe version numbers for the "unrs_resolver" package were incremented from 1.7.9 to 1.7.10 in both Cargo.toml and npm/package.json. Additionally, the postinstall script in package.json was updated to reference the new version. No other changes were made. Changes
Possibly related PRs
Suggested labels
Poem
π Recent review detailsConfiguration used: CodeRabbit UI β Files ignored due to path filters (1)
π Files selected for processing (2)
β Files skipped from review due to trivial changes (1)
π§ Files skipped from review as they are similar to previous changes (1)
β° Context from checks skipped due to timeout of 90000ms (10)
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 397c3e1 in 31 seconds. Click for details.
- Reviewed
26
lines of code in2
files - Skipped
0
files when reviewing. - Skipped posting
2
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. Cargo.lock:1227
- Draft comment:
Version bump updated to 1.7.10; Cargo.lock reflects release bump correctly. - Reason this comment was not posted:
Confidence changes required:0%
<= threshold50%
None
2. Cargo.toml:7
- Draft comment:
Release version bump to 1.7.10 in Cargo.toml; looks correctly aligned. - Reason this comment was not posted:
Confidence changes required:0%
<= threshold50%
None
Workflow ID: wflow_sacLTG4nJIJ0ZzEu
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 #132 +/- ##
=======================================
Coverage 93.40% 93.40%
=======================================
Files 13 13
Lines 2894 2894
=======================================
Hits 2703 2703
Misses 191 191 β View full report in Codecov by Sentry. π New features to boost your workflow:
|
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.
Actionable comments posted: 1
π Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
β Files ignored due to path filters (1)
Cargo.lock
is excluded by!**/*.lock
π Files selected for processing (2)
Cargo.toml
(1 hunks)npm/package.json
(2 hunks)
β° Context from checks skipped due to timeout of 90000ms (10)
- GitHub Check: Codacy Static Code Analysis
- GitHub Check: Test (ubuntu-latest)
- GitHub Check: Test (macos-14)
- GitHub Check: Test (windows-latest)
- GitHub Check: Lint
- GitHub Check: Test wasi target
- GitHub Check: Code Coverage
- GitHub Check: Benchmark
- GitHub Check: Analyze (actions)
- GitHub Check: Analyze (javascript-typescript)
π Additional comments (3)
Cargo.toml (1)
7-7
: Bump version to 1.7.10
Release version update is correct and aligns with the PR objective.npm/package.json (2)
3-3
: Bump package.json version to 1.7.10
Matches the Cargo.toml update and package release.
19-19
: Update postinstall script version
Updated thenapi-postinstall
invocation to use the new package version.
@@ -4,7 +4,7 @@ resolver = "2" | |||
|
|||
[package] | |||
name = "unrs_resolver" | |||
version = "1.7.9" | |||
version = "1.7.10" |
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.
π‘ Verification agent
π§© Analysis chain
Verify no stale version references
Ensure there are no remaining occurrences of 1.7.9
in docs, examples, or scripts.
π Script executed:
#!/bin/bash
# Search for lingering old version references
rg -nF '1.7.9'
Length of output: 117
Update stale 1.7.9
reference in CHANGELOG.md
A lingering 1.7.9
entry was found in your changelogβplease bump it to 1.7.10
and update the compare link (and release date) accordingly:
- CHANGELOG.md line 10:
- ## [1.7.9](https://github.com/unrs/unrs-resolver/compare/v1.7.8...v1.7.9) - 2025-06-03
+ ## [1.7.10](https://github.com/unrs/unrs-resolver/compare/v1.7.9...v1.7.10) - 2025-06-XX
Committable suggestion skipped: line range outside the PR's diff.
π€ Prompt for AI Agents
In Cargo.toml at line 7, the version has been updated to 1.7.10, but there are
still lingering references to version 1.7.9 in other files. Search through the
project, especially in CHANGELOG.md around line 10, and update all occurrences
of 1.7.9 to 1.7.10, including the compare link and release date, to ensure
consistency across documentation and scripts.
CodSpeed Performance ReportMerging #132 will not alter performanceComparing Summary
|
3021b9c
to
d8ff17c
Compare
d8ff17c
to
22227b2
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 22227b2 in 42 seconds. Click for details.
- Reviewed
47
lines of code in3
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. Cargo.lock:1235
- Draft comment:
Bump version to 1.7.10 in Cargo.lock. - Reason this comment was not posted:
Confidence changes required:0%
<= threshold50%
None
2. Cargo.toml:7
- Draft comment:
Update version to 1.7.10 in Cargo.toml. - Reason this comment was not posted:
Confidence changes required:0%
<= threshold50%
None
3. npm/package.json:3
- Draft comment:
Set package version to 1.7.10 in package.json. - Reason this comment was not posted:
Confidence changes required:0%
<= threshold50%
None
4. npm/package.json:19
- Draft comment:
Update postinstall script to reflect version 1.7.10. - Reason this comment was not posted:
Confidence changes required:0%
<= threshold50%
None
Workflow ID: wflow_UrxrZ7F6sYlZ931Y
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.9 -> 1.7.10 (β API compatible changes)Changelog
This PR was generated with release-plz.
Summary by CodeRabbit
Important
Bump
unrs_resolver
version to 1.7.10 and updatepostinstall
script innpm/package.json
.unrs_resolver
version from 1.7.9 to 1.7.10 inCargo.lock
,Cargo.toml
, andnpm/package.json
.postinstall
script innpm/package.json
to use version 1.7.10.This description was created by
for 22227b2. You can customize this summary. It will automatically update as commits are pushed.