Skip to content

Release 1.1.4 (2026-02-16)

Bug fixes

  • sync prepare_release.py with canonical version Add --issue argument for tracking issue linkage in release PR body. Add merge_main() step to prevent CHANGELOG.md merge conflicts by incorporating main's history before generating the changelog.

  • sync prepare_release.py merge message fix from canonical (#74)

  • add cliff.toml for markdownlint-compliant changelog generation (#78) The default git-cliff template produces output that violates MD022/MD032 (missing blank lines around headings and lists). Add a custom cliff.toml matching the Java/Python template that produces compliant output.

Also regenerates CHANGELOG.md with the new template, switching from emoji group headers to plain text and filtering chore commits.

  • sync prepare_release.py changelog conflict fix from canonical (#81)