chore: bump package version to 1.2.1#269
Merged
Merged
Conversation
🧪 CI ResultsFormatting
Linting
TestsJavaScript Runtimes
Rust Library
Overall Status: ✅ All checks passing Last updated: 2026-04-24 02:59:02 UTC | View CI Run 🤖 |
Resolves clippy::unnecessary_sort_by warning by replacing the manual descending comparator with sort_by_key + std::cmp::Reverse. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Note
Low Risk
Low risk: this is primarily a version bump across Rust and npm metadata with a small, behavior-equivalent refactor to job history sorting.
Overview
Bumps the package version from
1.2.0to1.2.1across Rust (Cargo.toml/Cargo.lock) and npm (package.json/package-lock.json).Refactors
PrinterJobTracking::get_job_historysorting to usesort_by_key(Reverse(created_at))instead of a custom comparator, preserving “most recent first” ordering.Reviewed by Cursor Bugbot for commit db7527c. Bugbot is set up for automated code reviews on this repo. Configure here.