1.0.0
This is the first major release of the bibtex_linter.
It comes with the basic functionality of parsing most (not all) BibTex entries to a BibTeXEntry class, which in turn can be used to perform arbitrary invariant checks on them.
The main script (at bibtex_linter.main.main) takes a path to a BibTeX file as input and uses a default ruleset, which however can easily be replaced by your own set of rules.
For details, refer to the project README.md.