Skip to content

1.1.0

Compare
Choose a tag to compare
@nedbat nedbat released this 16 Jan 18:35
· 120 commits to main since this release

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

Added

  • The scriv github-release command has a new setting, ghrel_template. This is a template to use when building the release text, to add text before or after the Markdown extracted from the changelog.
  • The scriv github-release command now has a --dry-run option to show what would happen, without posting to GitHub.

Changed

  • File names specified for file: settings will be interpreted relative to the current directory if they have path components. If the file name has no slashes or backslashes, then the old behavior remains: the file will be found in the fragment directory, or as a built-in template.
  • All exceptions raised by Scriv are now ScrivException.

Fixed

  • Parsing changelogs now take the insert-marker setting into account. Only content after the insert-marker line is parsed.
  • More internal activities are logged, to help debug operations.