Skip to content

v1.3.0

Latest

Choose a tag to compare

@github-actions github-actions released this 21 Sep 09:13
· 2 commits to main since this release
4531448

1.3.0 (2026-09-21)

Bug Fixes

  • avoid duplicate log handlers and clamp verbosity to debug (e4ff338)
  • build uncomment regex per comment style and remove close symbol (80bc770)
  • continue with remaining files when FAIL is hit for unknown extension or binary file (0f723ef)
  • do not change the current directory when matching files (17fb0e9)
  • do not copy binary files during a dry run (d74beac)
  • do not strip files from the output directory again (4589f9a)
  • fail on error by default in strip_files, like the command line (6b13dee)
  • include the tags in the tokenizer cache key (0f5fa8f)
  • make -b/--binary and -u/--unknown work on the command line (70d2b86)
  • only match cs:ignore as a whole tag (3267d02)
  • print dry run output to stdout instead of logging it (bfb0078)
  • read and write files as utf-8 (bd22142)
  • report line and reason for invalid range tags and raise StripError (0b0498b)
  • resolve working directory before checking it is inside the current directory (77af27b)
  • validate -c option, lowercase extension and stop mutating global comments mapping (aca719b)

Features

  • automate releases with semantic-release and publish to PyPI (#24) (4531448), closes #23