Skip to content

chore: release v1.44.0#837

Merged
jdx merged 1 commit intomainfrom
release
Apr 23, 2026
Merged

chore: release v1.44.0#837
jdx merged 1 commit intomainfrom
release

Conversation

@jdx
Copy link
Copy Markdown
Owner

@jdx jdx commented Apr 17, 2026

🚀 Features

  • (check) implement --plan, --why, and --json by @jdx in #848
  • (cocogitto) add cocogitto conventional commits config to hk builtin config by @hituzi-no-sippo in #838
  • (git) support GIT_DIR/GIT_WORK_TREE for bare-repo dotfile managers by @jdx in #847
  • (install) use Git 2.54 config-based hooks with --global support by @jdx in #853

🐛 Bug Fixes

  • use text progress in CI by @jdx in #845

📚 Documentation

  • generalize agent guidelines by @jdx in #846
  • add releases nav and aube lock by @jdx in #849

🔍 Other Changes

  • (release) append en.dev sponsor blurb to release notes by @jdx in #854
  • bump communique to 1.0.1 by @jdx in #850

📦️ Dependency Updates


Note

Low Risk
Primarily a version bump and doc/metadata regeneration; the only functional risk is from the minor dependency updates in Cargo.lock (e.g., rustls, winnow).

Overview
Bumps hk to v1.44.0 and updates release artifacts/metadata accordingly (crate version, CLI spec/docs version strings, and Pkl package URLs in docs/examples).

Adds the 1.44.0 entry to CHANGELOG.md and refreshes Cargo.lock with the corresponding dependency updates.

Reviewed by Cursor Bugbot for commit 6db7623. Bugbot is set up for automated code reviews on this repo. Configure here.

@jdx jdx added the release label Apr 17, 2026
@greptile-apps
Copy link
Copy Markdown

greptile-apps Bot commented Apr 17, 2026

Greptile Summary

This is a standard release PR for v1.44.0, performing a mechanical version bump from 1.43.0 to 1.44.0 across Cargo.toml, Cargo.lock, documentation files, .pkl configuration examples, and the CLI usage definition. Dependency updates include rustls (0.23.38→0.23.39), rustls-webpki (0.103.12→0.103.13), and winnow (1.0.1→1.0.2).

Confidence Score: 5/5

This PR is safe to merge — all changes are mechanical version number updates with no logic changes.

Every change is a deterministic version string replacement (1.43.0 → 1.44.0) across Cargo manifests, documentation, and example .pkl files, plus routine patch-level dependency bumps in the lock file. No code logic, control flow, or configuration semantics were modified.

No files require special attention.

Important Files Changed

Filename Overview
Cargo.toml Version bumped from 1.43.0 to 1.44.0 — straightforward release bump.
Cargo.lock Lock file updated: hk version bumped, rustls/rustls-webpki/winnow received minor patch updates.
CHANGELOG.md New v1.44.0 changelog section added with all features, bug fixes, and dependency updates listed correctly.
hk.pkl Commented-out amends line updated to v1.44.0; active amends still uses local pkl path (expected for the repo itself).
hk-example.pkl Example file package URLs updated to v1.44.0.
hk.usage.kdl CLI version string updated to 1.44.0.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[v1.43.0] -->|Release PR #837| B[v1.44.0]
    B --> C[Cargo.toml / Cargo.lock]
    B --> D[Documentation files]
    B --> E[.pkl config examples]
    B --> F[hk.usage.kdl / CLI docs]
    C --> G[rustls 0.23.39]
    C --> H[rustls-webpki 0.103.13]
    C --> I[winnow 1.0.2]
Loading

Reviews (16): Last reviewed commit: "chore: release v1.44.0" | Re-trigger Greptile

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request increments the project version from 1.43.0 to 1.43.1 across the changelog, Cargo configuration, documentation, and example files. Additionally, it updates the rand and tokio dependencies in the lockfile. I have no feedback to provide.

@jdx jdx force-pushed the release branch 4 times, most recently from b6c7f8a to d9e356c Compare April 17, 2026 18:12
@jdx jdx changed the title chore: release v1.43.1 chore: release v1.44.0 Apr 17, 2026
@jdx jdx force-pushed the release branch 11 times, most recently from 46402c1 to a36c7a6 Compare April 23, 2026 15:58
@jdx jdx enabled auto-merge (squash) April 23, 2026 16:59
@jdx jdx merged commit 3fdcd34 into main Apr 23, 2026
21 checks passed
@jdx jdx deleted the release branch April 23, 2026 17:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants