Skip to content

What's new in v0.4.1.0?

Version 0.4.1.0 is minor release that brings some improvements and bugfixes, without any breaking changes.

New & Noteworthy

Go language support

This release adds support for Go. Basic support includes management of license headers (adding, replacing, removing). Default configuration expects that Go source code files have .go file extension and that templates are named go.mustache. Also the license header is expected to use single line comments (//). Check Configuration chapter for more details.

Improved console output

In previous versions Headroom always printed out full list of processed files, whether changed or not, so it was sometimes tedious to find changes in full logs for large project. In current version, only files requiring attention (either changed or needed to be changed by user) are printed out.

asciicast

Other bugfixes and improvements

  • #72 Headroom doctest not passing with hashable-1.3.1.0