Skip to content

Releases: jdx/hk

v1.29.0

06 Jan 19:13
Immutable release. Only release title and notes can be modified.
b397b72

Choose a tag to compare

Changelog

1.29.0 - 2026-01-06

🚀 Features

🐛 Bug Fixes

🚜 Refactor

📚 Documentation

🧪 Testing

📦️ Dependency Updates

v1.28.0

18 Dec 04:33
Immutable release. Only release title and notes can be modified.
6bfc78a

Choose a tag to compare

Changelog

1.28.0 - 2025-12-18

🚀 Features

🐛 Bug Fixes

🚜 Refactor

📚 Documentation

🧪 Testing

📦️ Dependency Updates

New Contributors

v1.27.0

12 Dec 16:43
Immutable release. Only release title and notes can be modified.
432a820

Choose a tag to compare

Changelog

1.27.0 - 2025-12-12

🚀 Features

🐛 Bug Fixes

  • (builtins) use stage = "<JOB_FILES>" for fix_smart_quotes builtin by @joonas in #503
  • add new mise builtin to Builtins.pkl by @hisaac in #492
  • preserve file permissions in fix-smart-quotes util by @joonas in #506

🚜 Refactor

📚 Documentation

🧪 Testing

📦️ Dependency Updates

New Contributors

v1.26.0

04 Dec 15:14
Immutable release. Only release title and notes can be modified.
3dc8b55

Choose a tag to compare

Changelog

1.26.0 - 2025-12-04

🚀 Features

  • Split taplo into taplo and taplo_format by @thejcannon in #466
  • add pkl_format builtin for pkl 0.30 formatter by @jdx in #475
  • add check-conventional-commit utility and built-in by @joonas in #477
  • add mise builtin by @hisaac in #480
  • forward HTTP proxy env vars to pkl by @jdx in #486

🐛 Bug Fixes

  • Fix docs build GHA by @thejcannon in #471
  • improve progress bar accuracy for skipped steps and OSC alignment by @jdx in #472
  • cleaner error output for command failures by @jdx in #474
  • update mise builtin glob by @hisaac in #482

🚜 Refactor

📚 Documentation

  • Generate configuration docs from settings.toml in-build by @thejcannon in #461
  • generate builtins docs from Pkl instead of manual sync by @jdx in #476

🧪 Testing

🔍 Other Changes

📦️ Dependency Updates

New Contributors

v1.25.0

25 Nov 17:26
Immutable release. Only release title and notes can be modified.
1a398e1

Choose a tag to compare

Changelog

1.25.0 - 2025-11-25

🚀 Features

🐛 Bug Fixes

  • Use stage = "<JOB_FILES>" for the builtins by @thejcannon in #465
  • Actually makes files for step tests default to write keys by @thejcannon in #464
  • remove test cleanup to prevent race conditions by @jdx in #468

v1.24.1

22 Nov 00:36
Immutable release. Only release title and notes can be modified.
69e9188

Choose a tag to compare

Changelog

1.24.1 - 2025-11-22

⚡ Performance

  • show progress bars before expensive git status call by @jdx in #459

v1.24.0

21 Nov 23:18
Immutable release. Only release title and notes can be modified.
c80cc17

Choose a tag to compare

Changelog

1.24.0 - 2025-11-21

🚀 Features

🐛 Bug Fixes

📚 Documentation

⚡ Performance

  • skip stash operations when no unstaged changes by @jdx in #457
  • skip staging when jobs are skipped by conditions by @jdx in #458

v1.23.0

21 Nov 15:07
Immutable release. Only release title and notes can be modified.
81c82a8

Choose a tag to compare

Changelog

1.23.0 - 2025-11-21

🚀 Features

🐛 Bug Fixes

  • (cli) check help description by @scop in #439

📚 Documentation

📦️ Dependency Updates

v1.22.0

19 Nov 21:40
Immutable release. Only release title and notes can be modified.
a32e8d5

Choose a tag to compare

Changelog

1.22.0 - 2025-11-19

🚀 Features

🐛 Bug Fixes

  • save patch backup files when using git as stash method by @jdx in #434

📚 Documentation

v1.21.1

19 Nov 17:32
Immutable release. Only release title and notes can be modified.
a599a1a

Choose a tag to compare

Changelog

1.21.1 - 2025-11-19

🐛 Bug Fixes

  • (ruff) Make ruff respect user config exclude by @thejcannon in #421
  • (ruff_format) Pass --force-exclude to ruff format (as well) by @thejcannon in #428
  • Fix --check docstring by @thejcannon in #423
  • Configuration Read Support YML File Extension by @hcoona in #427
  • treat check_list_files stderr as informational, not an error by @jdx in #425
  • remove trailing whitespace in ruff_format.pkl by @jdx in 9f4abdc

🚜 Refactor

📚 Documentation

New Contributors