* `StringContaining` matcher added * Shorten representations of long matchers to reduce lengthy error messages
0.5.1
* Fix a silly issue with the deployment config * Require coverage (will set up reports later)
0.5.0
* Support for comparison of Python built-in objects * Massively improved error messages which give detail on exactly what went wrong as much as possible
0.4.0
* Add logical matchers, which can be used to match combinations of expressions * Add `Is` matcher which matches objects with exact memory addresses
0.3.0
* Add support for use as a Pytest plugin * Make error messages more helpful
0.2.0
* Added `get_diff` method to get the difference between the given the type and some other type * Added `StringMatchingRegex`