What's Changed
* new: Add support for auto tracking and batch comparisons of snapshots.
Breaking change:
* If using `compare_snapshots` from `pytest_utils` directly, instead of the pytest fixture, usages will need to account for the snapshot path being returned as the second item. The first item remains a bool indicating if the snapshots match.
**Full Changelog**: [v0.9.0](https://github.com/pyranha-labs/textology/compare/v0.8.0...v0.9.0)