Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 657 Bytes

CHANGELOG.rst

File metadata and controls

30 lines (20 loc) · 657 Bytes

Changelog

Versions follow SemVer . Given a version number MAJOR.MINOR.PATCH, increment the:

  • MAJOR version when you make incompatible API changes,
  • MINOR version when you add functionality in a backwards-compatible manner, and
  • PATCH version when you make backwards-compatible bug fixes.

0.1.5 (2022-01-31)

Changes

  • Fix some compatibility issues for Windows users.
  • Add support for Python 3.10.
  • Drop support for Python 3.6.

0.1.4 (2021-12-19)

Changes

  • Use requests instead of wget to download files.
  • Use tqdm to show progress bar.