Skip to content

Latest commit

 

History

History
106 lines (67 loc) · 2.36 KB

CHANGELOG.md

File metadata and controls

106 lines (67 loc) · 2.36 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.2.1 - 2022-05-14

Added

  • more badges in readme
  • github actions
  • dependabot

Changed

  • minimum python version is now 3.6 instead of 3.7
  • removed useless dev dependencies
  • bumped pyinstaller version
  • bumped various dependencies

Removed

  • travis-ci
  • python3.6 support, unvendored dataclasses

Fixed

  • added more tests

0.2.0 - 2020-12-13

Added

  • Allow specifying the version string directly, thanks to @milliams - #24

0.1.6 - 2020-12-13

Changed

  • use poetry instead of pip for preparing tests, builds

Fixed

  • Split configuration arguments on colons instead of hyphens, thanks to @ewen-lbh - #26

0.1.5 - 2020-02-27

Added

  • Version command.
  • Git providers.
  • Travis CD.

0.1.4 - 2020-02-26

Fixed

  • Versioning.

0.1.3 - 2020-02-26

Added

  • Better docs.
  • Embedded configuration system.
  • Linked compare list at bottom (GH provider).
  • Vendorized dataclasses backport for py 3.6.

0.1.2 - 2020-02-26

Added

  • Better commands sorting.
  • Cover click's group help is a no-no.
  • Explain installation.

0.1.1 - 2020-02-25

Fixed

  • Fixed readme on release arguments
  • Leftover code.
  • mdl-friendly markdown syntax.

0.1.0 - 2020-02-25

Added

  • first version
  • tests
  • a changelog :D