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.
-
0.1.2 - 2026-01-30
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
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>(.|)+)/gmiAdded 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.