Skip to content

chore: bump package version to 1.2.1#269

Merged
esimkowitz merged 3 commits into
mainfrom
bump-121
Apr 24, 2026
Merged

chore: bump package version to 1.2.1#269
esimkowitz merged 3 commits into
mainfrom
bump-121

Conversation

@esimkowitz
Copy link
Copy Markdown
Owner

@esimkowitz esimkowitz commented Apr 24, 2026

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.0 to 1.2.1 across Rust (Cargo.toml/Cargo.lock) and npm (package.json/package-lock.json).

Refactors PrinterJobTracking::get_job_history sorting to use sort_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.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 24, 2026

🧪 CI Results

Formatting

Check Status
Rust fmt
Prettier

Linting

Check Status
Clippy
ESLint

Tests

JavaScript Runtimes

Runtime Status Tests Coverage
🦕 Deno 44/44 passed 67% (456/684)
🥟 Bun 44/44 passed 79% (517/653)
🟢 Node.js 44/44 passed 79% (2682/3379)

Rust Library

Component Status Tests Coverage
🦀 Core 14/14 passed 40% (508/1282)

Overall Status: ✅ All checks passing

Last updated: 2026-04-24 02:59:02 UTC | View CI Run 🤖

esimkowitz and others added 2 commits April 23, 2026 19:54
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>
@esimkowitz esimkowitz merged commit 7b99406 into main Apr 24, 2026
12 checks passed
@esimkowitz esimkowitz deleted the bump-121 branch April 24, 2026 02:59
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