v0.0.10 - Amber Snapshot Serializer
Breaking Changes
- Remove pyyaml serializer in favour of in-house Amber serializer #69
- Remove
snapshot(value)
syntax in favour ofassert snapshot ==
andsnapshot.assert_match
#68
Fixed
- Correctly update snapshots when targeting parameterized tests #64
- Remove pinned library dependencies #66
Community
- Include Apache OSS license into python package on pypi #65