Skip to content

chore: release v1.4.1#55

Merged
JounQin merged 1 commit intomainfrom
release-plz-2025-04-07T02-38-24Z
Apr 7, 2025
Merged

chore: release v1.4.1#55
JounQin merged 1 commit intomainfrom
release-plz-2025-04-07T02-38-24Z

Conversation

@JounQin
Copy link
Member

@JounQin JounQin commented Apr 7, 2025

🤖 New release

  • unrs_resolver: 1.4.0 -> 1.4.1 (✓ API compatible changes)
Changelog

1.4.1 - 2025-04-07

Refactor

  • remove unnecessary checks for query (#53)


This PR was generated with release-plz.

Summary by CodeRabbit

  • Documentation
    • Updated the release notes to include details for version 1.4.1.
  • Chores
    • Bumped the project version to 1.4.1 across configuration settings for consistent package management.

@JounQin JounQin force-pushed the release-plz-2025-04-07T02-38-24Z branch from fd70709 to aa9c508 Compare April 7, 2025 02:38
@sonarqubecloud
Copy link

sonarqubecloud bot commented Apr 7, 2025

@coderabbitai
Copy link

coderabbitai bot commented Apr 7, 2025

Walkthrough

This pull request adds a new changelog section for version 1.4.1 (dated 2025-04-07) that details a refactor removing unnecessary query checks (linked to PR #53). Additionally, package metadata in both Cargo.toml and npm/package.json is updated to reflect the version bump from 1.4.0 to 1.4.1. No alterations were made to exported or public entity declarations.

Changes

File(s) Change Summary
CHANGELOG.md Added a new section for version 1.4.1 (2025-04-07) with a refactor note on removed query checks.
Cargo.toml, npm/package.json Updated package version from 1.4.0 to 1.4.1.

Possibly related PRs

Poem

In a burrow deep, I hop with cheer,
Version bumps and refactors appear,
Unnecessary checks now bounce away,
Changelogs prance in a hopping display,
CodeRabbit sings in ASCII delight,
Celebrating updates with every byte!


📜 Recent review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 7ca806b and a7ef433.

⛔ Files ignored due to path filters (1)
  • Cargo.lock is excluded by !**/*.lock
📒 Files selected for processing (3)
  • CHANGELOG.md (1 hunks)
  • Cargo.toml (1 hunks)
  • npm/package.json (1 hunks)
🔇 Additional comments (3)
npm/package.json (1)

3-3: Version number correctly updated.
The version bump from "1.4.0" to "1.4.1" is accurately applied here and matches the intended release update.

CHANGELOG.md (1)

9-15: Well-formed changelog entry for version 1.4.1.
The new section documents the refactor (removal of unnecessary query checks linked to PR #53) along with the correct release date (2025-04-07) and version. The formatting adheres to the established style.

Cargo.toml (1)

7-7: Cargo.toml version update confirmed.
The package version is correctly bumped to "1.4.1," ensuring consistency with the npm package file and reflecting the intended non-breaking update.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

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)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai plan to trigger planning for file edits and PR creation.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@codecov
Copy link

codecov bot commented Apr 7, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.03%. Comparing base (a9b347c) to head (a7ef433).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #55   +/-   ##
=======================================
  Coverage   93.03%   93.03%           
=======================================
  Files          13       13           
  Lines        2830     2830           
=======================================
  Hits         2633     2633           
  Misses        197      197           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@codspeed-hq
Copy link

codspeed-hq bot commented Apr 7, 2025

CodSpeed Performance Report

Merging #55 will not alter performance

Comparing release-plz-2025-04-07T02-38-24Z (a7ef433) with main (a9b347c)

Summary

✅ 3 untouched benchmarks

@JounQin JounQin force-pushed the release-plz-2025-04-07T02-38-24Z branch from aa9c508 to 70d7bcf Compare April 7, 2025 02:42
@JounQin JounQin force-pushed the release-plz-2025-04-07T02-38-24Z branch from 70d7bcf to a7ef433 Compare April 7, 2025 02:42
@JounQin JounQin closed this Apr 7, 2025
@JounQin JounQin reopened this Apr 7, 2025
@JounQin JounQin enabled auto-merge (squash) April 7, 2025 02:46
@sonarqubecloud
Copy link

sonarqubecloud bot commented Apr 7, 2025

@JounQin JounQin merged commit cc0f4fb into main Apr 7, 2025
19 checks passed
@JounQin JounQin deleted the release-plz-2025-04-07T02-38-24Z branch April 7, 2025 02:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant