- Provide `__version__` of the package so it can be easily checked when installed on the system.
0.8.3
- Fix an issue of clashing with the _coverage_. - Packaging has been modernized.
0.8.2
- No user-facing changes.
0.8.1
- Fix the problem with kwarg decorators that causes the function body not to be executed.
0.8.0
- New decorators for handling temporary files (MkTemp) and directories (MkDTemp) in a more transparent way. - The old implementation based on static paths and counter has been deprecated.
0.7.1
- Fix a performance issue when detecting cassettes following the old naming format.