The previous release was made without much testing against real-world code bases. We've since made such testing easier and discovered a number of bugs in the new rules added in v0.4.0. This release fixes those bugs.
Issues closed by this release:
- #126 - Literal kind rule has trouble with arrays
- #106 - KindPattern rule should handle no kind
- #101 - Initialising pointers which are intent in is a bad idea
- #95 - AutoCharArrayIntent calling non-existant member?
Minor new features:
- #94 - Style name is not reflected in verbose output
Full Changelog: v0.4.0...v0.4.1