Skip to content

1.5.0

Compare
Choose a tag to compare
@nedbat nedbat released this 19 Oct 08:32
· 25 commits to main since this release

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

Added

  • RST to Markdown conversion can now be stricter. Using the --fail-if-warn option on the scriv github-releases command will fail the command if your RST conversion generates warnings, for example due to malformed link references.
  • The scriv github-release command now has a --check-links option to check URLs. Each is fetched, and if an error occurs, warnings will show the URLs that didn't succeed.

Fixed

  • Commands no longer display full tracebacks for exceptions raised by scriv code.