v4.0.0
Approbation now supports multiple categories per spec file.
Pre v3.0.0, approbation used hardcoded categories. In v3.0.0, this changed to be a new parameter pointing to a JSON file containing categories. How ever this was (silently) limited to one category per spec, which meant that if a spec was accidentally in two categories, its data would only count towards the first category. As of v4.0.0, you can now use 'Categories' as tags, and add as many 'tags' as you like per spec.
Breaking changes since last tagged release
--categories
is now a required parameter
Features
- Add multi-category support
- Add prometheus output parameter