=== All additions and changes - Added support for line functions.
=== Bug fixes - Minor fix for functions that return no `VerInfo`.
0.3.2
=== Release highlights - Minor tweaks.
=== All additions and changes - Added `readlines()` convenience function. - The `VerChecker.iter_vinfo()` method now iterates sorted on path then line number.
=== Bug fixes - Fixed issue with `check_basic()` not closing opened files.
0.3.1
=== Release highlights - Convenience updates.
=== All additions and changes - Invalid `VerChecker.include()` results will no longer produce errors. - Added `debug` property to `VerChecker`.
=== Bug fixes Not applicable.
0.3.0
=== Release highlights - Added convenience function. - Some breaking API changes.
=== All additions and changes - Added `prompt()` method to allow version strings in files to be updated. - Changed function signature of `check_basic()`, now uses `splits` argument.
=== All additions and changes - Added `update()` method to allow version strings in files to be updated. - Added `updatable` parameter to `include()` for selectable updating.
=== Bug fixes Not applicable.
0.2.4
=== Release highlights - Fixed bug related to passing directory as `root` parameter to `VerChecker`. - Minor update to PyPI upload script.