Skip to content

Latest commit

 

History

History
73 lines (41 loc) · 1.19 KB

CHANGELOG.md

File metadata and controls

73 lines (41 loc) · 1.19 KB

Changelog

1.2.4

  • Typing and style fixes

1.2.3

  • Honor -D/-U arguments from pkg-config

1.2.2

  • Fix build when pkg-config returns paths with spaces

1.2.1

  • Provide more clear messages on missing dependencies

1.2.0

  • Added support for libversion 3.0.0 features, LOWER_BOUND and UPPER_BOUND flags

1.1.4

  • Type correctness fixes

1.1.3

  • Add type information

1.1.2

  • Fix handling of long description in setup.py

1.1.1

  • Fix handling of long description in setup.py

1.1.0

  • Chase libversion 2.7.0 new API

1.0.0

  • Chase libversion 2.6.0 new API, Version class performance improvement

0.2.2

  • Documentation typo fix, no functional change.

0.2.1

  • Documentation and demo improvements, no functional change. Added comparison against PyPi cmp_version and version modules.

0.2.0

  • Minor performance improvement for Version class
  • Added demo code with benchmars and correctness comparison to other implementations
  • Improve documentation.

0.1.1

  • setup.py fixes and improvements, no functional change.

0.1.0

  • Initial release, contains version_compare, flags and more pythonic Version class with comparison operators.