Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 394 Bytes

File metadata and controls

12 lines (7 loc) · 394 Bytes

Changelog

Update CHANGELOG.md when committing notable changes.

Items should start with verbs like 'added', 'removed', 'fixed', 'improved', 'changed', etc.

Versioning and release

  1. Increment version number. Stick to 'zero-ver', as breaking changes are still possible.
  2. Update CHANGELOG.md: change ## [Unreleased] to version + date
  3. Update project.version= in pyproject.toml.