Skip to content

1.4.0

Compare
Choose a tag to compare
@nedbat nedbat released this 12 Oct 10:45
· 49 commits to main since this release

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

Added

  • Literals can be extracted from .cabal files. Thanks Javier Sagredo.
  • Use the git config scriv.user_nick for the user nick part of the fragment file. Thanks to Ronny Pfannschmidt, fixing issue 103.
  • Settings can now be prefixed with command: to execute the rest of the setting as a shell command. The output of the command will be used as the value of the setting.

Fixed

  • If there are no changelog fragments, scriv collect now exits with status code of 2, fixing issue 110.
  • Changelogs with non-version headings now produce an understandable error message from scriv collect, thanks to James Gerity, fixing issue 100.