Skip to content

v0.3 - New Configuration

Compare
Choose a tag to compare
@MatthewHambley MatthewHambley released this 30 Nov 15:27
· 4 commits to v0.3 since this release
f271fd7

The big user facing change this release is the replacement of the configuration file format.

As new rules were added with more elaborate argument requirements more and more intelligence was being added to the configuration parser. Eventually it became apparent that we were half way to writing a Python parser. In light of this decision was taken to throw that away and just use a Python script.

Other than that there are a number of new rules available:

We also now honour the deprecation of Python 3.6.

Finally a start was made at taking the documentation situation in hand. There are now a user and developer guide automatically generated from head of trunk. Release documentation to follow.