Complete release history for ReleaseHx, generated using ReleaseHx itself.

Available Releases

Each release includes detailed notes about new features, improvements, bug fixes, and breaking changes.

Latest Release

Release History — 0.1.2 - 2026-01-30

What’s Changed

Summary of all changes in this release.

Added

  • Establish an instance of ReleaseHx for managing the release history of…​ ReleaseHx (dog fooding!)
    NOTE

Fixed

  • Formatting errors in AsciiDoc templates
    NOTE

  • Documented regexp format (/pattern/flags) unsupported
    NOTE

  • Config property mismatch: code reads note_source but docs specify note
    NOTE

  • Erroneous fetch attempted even when file path is provided as first argument

Improved

  • Move all docs under /docs URL path
    NOTE

Release Notes

Detailed descriptions of notable changes.

Added

The ReleaseHx website now hosts a rich-text roster of change reports built with ReleaseHx itself at https://releasehx.docopslab.org/docs/releases/. The output is configured in .config/releasehx.yml, and the process is documented in README.adoc.

Fixed

AsciiDoc templates have been cleaned up and streamlined significantly, mostly by removing the clumsy metadata that was hard to style in rich-text output. We will improve on these templates later and welcome contributions cleaning them up.

Regular expressions in YAML files such as the releasehx application config now support being written as fully qualified strings with the pattern fenced in / markers. Use /pattern/flags formats such as the following and expect proper parsing.

  note_pattern: /^((#+ Draft Release Note.*?)\n+(?<note>(.|)+)/gmi

Added support for a proper configuration property for release-note extraction, bringing the product into line with the documented config. The effective property was never documented, so it has been removed, but no deprecation was deemed necessary. Backward compatibility has been sacrificed in this rare case, since the functionality was obscured.

Improved

Fixed and redirected all documentation URLs and new releases URL to be relative to https://releasehx.docopslab.org/docs/.


For more information about ReleaseHx, see the main documentation.