Skip to content

0.12.0

Compare
Choose a tag to compare
@nedbat nedbat released this 24 Apr 20:57
· 259 commits to main since this release

➡️  PyPI page: scriv 0.12.0.
➡️  To install: python3 -m pip install scriv==0.12.0

Added

  • Fragment files in the fragment directory will be skipped if they match the new configuration value skip_fragments, a glob pattern. The default value is "README.*". This lets you put a README.md file in that directory to explain its purpose, as requested in issue 40.

Changed

  • Switched from "toml" to "tomli" for reading TOML files.

Fixed

  • Setting format=md didn't properly cascade into other default settings, leaving you with RST settings that needed to be explicitly overridden (issue 39). This is now fixed.