Skip to content

v2.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Mar 21:35
· 30 commits to master since this release
v2.6.0
886b791

[2.6.0] - 2024-03-16

Added

  • Set maximum toc depth with --depth int
  • Using importlib.metadata.version() for --version
  • Static type checking

Changed

  • Support for comments that start after spaces or tabs
  • To run without being installed, python -m toc.cli must be used instead of ./toc/cli.py

Documentation

  • Highlighted support for markup languages

Testing

  • Added tests for files formatted by python-black