Skip to content

Latest commit

 

History

History
111 lines (61 loc) · 2.69 KB

CHANGELOG.md

File metadata and controls

111 lines (61 loc) · 2.69 KB

Changelog

0.4.1 - 2024-04-18

Changed

  • Publish the source alongside the wheel version for documentation purpose

0.4.0 - 2024-04-18

Changed

  • Dropped simplejson dependency
  • Dropped logzero dependency
  • Moved to ruff
  • Moved away from setuptools to pdm

0.3.0 - 2023-02-27

Changed

  • Modernize build pipeline

0.2.1 - 2022-09-29

Changed

  • Relaxed pinning of logzero dependency
  • Fix development dependencies
  • Updated GitHub actions
  • Introduced pyproject.toml

0.2.0 - 2021-06-11

Changed

  • Bumped dependencies and removed the hard pinning on logzero as it was conflicting with other chaostoolkit libraries
  • Switched from Travis to GitHub actions
  • Made Python 3.5 support deprecated as Python 3.5 has EOL last year

0.1.5 - 2021-05-28

Changed

  • Ensure destination route without subset can be matched #9

0.1.4 - 2020-04-03

Changed

  • fix for Percent datatype #6

0.1.3 - 2020-04-02

Changed

  • remove deprecated percent attribute #4

0.1.2 - 2018-11-13

Changed

  • Fixed typo #2 (thanks Alberto)

0.1.1 - 2018-11-13

Changed

  • Improved readme docs
  • Catching exceptions of API calls

0.1.0 - 2018-12-06

Added

  • Initial release