Conversation
2757e18 to
6b267ac
Compare
WalkthroughThis update increments the package version from 1.9.0 to 1.9.1 across configuration files and documents the release in the changelog. The changelog notes a dependency update as the only change in this release, with no modifications to features, fixes, or public API. Changes
Possibly related PRs
Suggested labels
Poem
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.
Important
Looks good to me! 👍
Reviewed everything up to 2757e18 in 1 minute and 3 seconds. Click for details.
- Reviewed
52lines of code in3files - Skipped
0files when reviewing. - Skipped posting
2draft 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:19
- Draft comment:
Workspace dependency version bump to 1.9.1 looks correct. - Reason this comment was not posted:
Confidence changes required:0%<= threshold50%None
2. Cargo.toml:23
- Draft comment:
Package version updated to 1.9.1 as expected. - Reason this comment was not posted:
Confidence changes required:0%<= threshold50%None
Workflow ID: wflow_UgCJl2CKtfUsm8DY
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 #158 +/- ##
=======================================
Coverage 92.20% 92.20%
=======================================
Files 13 13
Lines 3068 3068
=======================================
Hits 2829 2829
Misses 239 239 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Actionable comments posted: 0
🧹 Nitpick comments (1)
CHANGELOG.md (1)
18-18: Use dash for list markers
Line 18 uses*for the contributor list; per markdownlint (MD004), switch to-.- * @renovate[bot] + - @renovate[bot]
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
⛔ Files ignored due to path filters (1)
Cargo.lockis excluded by!**/*.lock
📒 Files selected for processing (3)
CHANGELOG.md(1 hunks)Cargo.toml(1 hunks)package.json(2 hunks)
🧰 Additional context used
🪛 markdownlint-cli2 (0.17.2)
CHANGELOG.md
18-18: Unordered list style
Expected: dash; Actual: asterisk
(MD004, ul-style)
⏰ Context from checks skipped due to timeout of 90000ms (5)
- GitHub Check: Benchmark
- GitHub Check: Test (macos-14)
- GitHub Check: Codacy Static Code Analysis
- GitHub Check: Test (windows-latest)
- GitHub Check: Analyze (javascript-typescript)
🔇 Additional comments (7)
package.json (3)
3-3: Version bump is correct
The package version has been updated to1.9.1in sync with the release.
24-24: Postinstall script version updated
Thepostinstallcommand now correctly reflects version1.9.1.
3-3: Verify no stale version references
Please check that no other files (e.g., README, docs) still reference1.9.0.#!/bin/bash # Verify no occurrences of the old version remain rg -n "1\.9\.0" .CHANGELOG.md (2)
10-11: Changelog entry for v1.9.1 added
Header with comparison link and date is correctly inserted.
12-14: Bug Fixes section updated
The dependency update is properly documented under “Bug Fixes” for v1.9.1.Cargo.toml (2)
19-19: Workspace dependency version bumped
unrs_resolver = { version = "1.9.1", path = "." }is now aligned with the release.
23-23: Package version bumped
The package version under[package]has been updated to1.9.1.
CodSpeed Performance ReportMerging #158 will not alter performanceComparing Summary
|



🤖 New release
unrs_resolver: 1.9.0 -> 1.9.1 (✓ API compatible changes)Changelog
This PR was generated with release-plz.
Important
Bump
unrs_resolverto v1.9.1 with updated dependencies.unrs_resolverversion from 1.9.0 to 1.9.1 inCargo.tomlandCargo.lock.CHANGELOG.md.CHANGELOG.mdnoting dependency updates.This description was created by
for 2757e18. You can customize this summary. It will automatically update as commits are pushed.
Summary by CodeRabbit