What's Changed * Update usage example in README by travisbashor in https://github.com/travisbashor/ledes-parser/pull/7 * Feat/add utility for editing grammar by travisbashor in https://github.com/travisbashor/ledes-parser/pull/8 * Test/add tests of 98b by travisbashor in https://github.com/travisbashor/ledes-parser/pull/9 * Add line item-specific grammar, transformer by travisbashor in https://github.com/travisbashor/ledes-parser/pull/10 * docs(README): add WIP warning by travisbashor in https://github.com/travisbashor/ledes-parser/pull/11
What's Changed * ci: use pip cache in test job by travisbashor in https://github.com/travisbashor/ledes-parser/pull/3 * Add linting by travisbashor in https://github.com/travisbashor/ledes-parser/pull/5 * Feature/separate line item types in grammar by travisbashor in https://github.com/travisbashor/ledes-parser/pull/6
* Fix order of actions on CI such that version is bumped prior to build
1.0.2
* Add a CI job to auto-bump the version number
1.0.1
Bugfixes * Adds the correct version number
1.0.0
This is the first major release, as it adds the ability to parse at least one file in LEDES format (1998B) into an `Invoice` object. As more formats are able to be parsed, the minor version will be bumped.