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.0 - 2023-10-24#

Added#

  • Added full Semver support, including pre-releases and build metadata.

  • Added new “none” value for version comparison, to indicate only other pre-release versions of the same patch are compatible.

0.1.0 - 2023-09-30#

Added#

  • Added request caching, resulting in major performance improvements when multi-keys are used.

Changed#

  • Replaced update_assets(...) with await Updater(...).run().

  • opredflag.updater now uses asyncIO, resulting in major performance improvements.

  • Reformatted output. Updates are printed to stdout, while non-changes are returned by the script.

Fixed#

  • Files will not be updated if script fails.

0.0.2 - 2023-09-27#

Added#

  • Added support for python 3.10.

0.0.1 - 2023-09-27#

Changed#

  • Changed updater CLI command to oprf update.

0.0.1.alpha.2 - 2023-09-26#

Fixed#

  • Fixed documentation dependency conflicts.

0.0.1.alpha - 2023-09-26#

Added#

  • Initial version.