Conversation
Greptile SummaryThis is a standard release PR bumping
Confidence Score: 5/5Safe to merge — purely a version bump and lock-file update with no logic changes. All changes are mechanical: version strings updated across docs and config files, CHANGELOG populated, and Cargo.lock refreshed with consolidated and updated dependencies. No source logic was modified. No files require special attention. Important Files Changed
Reviews (22): Last reviewed commit: "chore: release v1.46.0" | Re-trigger Greptile |
There was a problem hiding this comment.
Code Review
This pull request bumps the version of hk from 1.45.0 to 1.45.1 and includes a bug fix to preserve fail_on_fix output when using git stash. The changes also involve updating several dependencies in Cargo.lock, notably replacing iri-string with url for tower-http, and updating all documentation and Pkl configuration files to reference the new version. I have no feedback to provide as there were no review comments.
c8ffd08 to
02aaf35
Compare
d3133ae to
6b8d1f6
Compare
1b85360 to
734979c
Compare
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
🚀 Features
🐛 Bug Fixes
🛡️ Security
🔍 Other Changes
📦️ Dependency Updates
Note
Medium Risk
Mostly a release/version bump, but
Cargo.lockincludes notable dependency upgrades (e.g.,zip2.x → 8.x and related TLS/HTTP transitive changes) which could affect archive/network behavior at runtime.Overview
Bumps hk from v1.45.0 to v1.46.0 and publishes the corresponding release notes in
CHANGELOG.md.Updates all versioned documentation references and generated CLI docs (
docs/cli/*, examples,hk.usage.kdl) to point atv1.46.0artifacts.Refreshes
Cargo.lockwith dependency updates, including major bumps likezipandreqwestand related transitive crate changes.Reviewed by Cursor Bugbot for commit f10838c. Bugbot is set up for automated code reviews on this repo. Configure here.