This release fixes a critical bug where status messages were written to stdout instead of stderr, breaking GitHub workflows and scripts that capture version output from commands like release create.
🐞 Bug Fixes
Section titled “🐞 Bug Fixes”Correct output stream for status messages
Section titled “Correct output stream for status messages”Dec 21, 2025 · @mavam, @claude · cli
Status messages now emit to stderr, allowing scripts to capture machine output from stdout without ANSI-colored status lines interfering.
Previously, commands like release create wrote both status messages and the version string to stdout, breaking workflows that capture output via VERSION=$(uvx tenzir-changelog release create ...).