Fixes a regression in v0.6.0 that broke multiline string snapshots.
0.6.0
Added support for snapshot testing bytes.
0.5.0
All snapshots are now saved in utf-8. Support for Python 2 has been dropped.
0.4.2
This version adds support for pytest v6.0.
0.4.1
Depend on typing backport only on Python <3.5.
0.4.0
Setting `snapshot.snapshot_dir` is now optional. For test `test_func` in `test_module.py`, a default snapshot directory will be created in `snapshots/test_module/test_func`. 12