0.12.0
➡️ 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.