Skip to content

Releases: unconventionaldotdev/unbeheader

v1.5.0

Choose a tag to compare

@github-actions github-actions released this 16 Feb 16:14
v1.5.0
  • Switched project packaging and workflows from Poetry to uv.
  • Added support for .mjs files.
  • Dropped support for end-of-life Python 3.9.

v1.4.0

Choose a tag to compare

@github-actions github-actions released this 28 Aug 07:47
v1.4.0
  • Added support for TypeScript (TS + TSX) files.

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 13 Nov 15:15
v1.3.0
  • Added support for .header.yml config files.
  • Fixed compatibility with Python 3.9.

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 20 Sep 21:21
  • Renamed CLI --ci flag to --check.
  • Removed Unicode interpuct from CLI output.
  • Removed colors from CLI output when CI envvar is set.
  • Added support for .pyi files.

v1.1.1

Choose a tag to compare

@github-actions github-actions released this 13 Sep 18:51
  • Fixed leading newlines not being removed in one go.
  • Excluded deleted and included untracked files when run on a Git repository.