Skip to content

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.7.2] - 2020-11-04

  • Removed debug print statement mistakenly left in place

[0.7.1] - 2020-10-29

  • Fixed bug where parsing multiple keys could fail as the parser managed to almagamate them into an unparsable block
  • Tweaks to README and infrastructure

[0.6.2] - 2020-10-16

  • Failed tag and docs generation fixed. No functional changes

[0.5.0] - 2020-10-16

  • Swapped the classforge base classing to attrs
  • Added a lot of additional type annotations to assist with attrs conversion - this also assists in the documentation markup, These needed to be carefully handled to make portable to python under travis. Aditionally the OrderedDict[str, str] annotation completely broke mkdocs/mkdocstrings.

[0.4.0] - 2020-10-16

Packaging

  • Switched to using poetry for development and release
  • Updated the pre-commit pipeline, with some minor formatting reworks
  • Switch to MkDocs for documentation, along with mkdocstrings for API documentation

[0.3.x] - 2020-09-27

  • Fixed up documentation
  • Added a few additional tests
  • This is now reasonably presentable

[0.2.x] - 2020-09-25

  • First release
  • Documentation build
  • CI and release automation

[0.1.0] - 2020-05-07

  • First builds - never release on PyPI.