Version 0.16.0 is now available

ICYMI: the 0.16.0 release was published on Monday, June 30th, 2025.

hyperctl version 0.16.0 adds the ht-query attribute for annotating URLs (e.g. href and src attributes) with query parameters. The ht-query attribute can set ?v=N query parameters on <link href> and <script src> elements for cache busting, among many other use cases. This release also improves build performance by as much as 25-35% by employing more concurrency.

Version 0.16.0 is available to download now:

Changelog

  • NEW ht-query attribute for templating URL query parameters (e.g. href and src attributes) (documentation)
  • Improved build performance by wrapping asset/page/feed writers in an errgroup
  • Refactored template.go to eliminate redundant validations & improve readability