Conversation
Greptile SummaryThis is a release PR that bumps Confidence Score: 5/5Safe to merge — purely mechanical version bump with no logic changes. All 21 changed files contain only version string and package URL updates from v1.44.3 to v1.45.0. No source logic, algorithm, or configuration behavior was altered. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[v1.44.3] -->|chore: release| B[v1.45.0]
B --> C[Cargo.toml / Cargo.lock]
B --> D[hk.pkl / hk-example.pkl / hk.usage.kdl]
B --> E[docs package URLs]
B --> F[CHANGELOG.md entry]
Reviews (13): Last reviewed commit: "chore: release v1.45.0" | Re-trigger Greptile |
There was a problem hiding this comment.
Code Review
This pull request updates the project version from 1.44.3 to 1.44.4 across the codebase, including Cargo manifests, CLI usage definitions, and documentation examples. The changelog is updated to note the removal of rust-cache from release jobs. I have no feedback to provide.
e702973 to
0066f84
Compare
d049ee3 to
b498c45
Compare
🚀 Features
buildifierformat and lint built-ins by @plx in #896🐛 Bug Fixes
📚 Documentation
🔍 Other Changes
📦️ Dependency Updates
New Contributors
Note
Low Risk
Low risk release bookkeeping: primarily version string updates across manifests and docs with no functional code changes in this diff.
Overview
Updates the project for the
v1.45.0release by bumping the crate/CLI version (Cargo.toml,Cargo.lock,hk.usage.kdl, generated CLI docs) and adding the1.45.0entry toCHANGELOG.md.Refreshes documentation and example configs to reference the new versioned Pkl package URLs (
docs/*.md,docs/public/*.pkl,hk-example.pkl).Reviewed by Cursor Bugbot for commit cfe2da5. Bugbot is set up for automated code reviews on this repo. Configure here.