- Add lazy loading of VCR to reduce plugin overhead. 145 - Documentation improvements.
0.13.1
- Add support for Python 3.12. - Add trove classifier for the license.
0.13.0
- Drop support for Python 3.5 and 3.6. 97 - Add support for VCR.py 5.0.0. 118 - Drop direct dependency on `attrs`. - Build: Switch the build backend to [Hatch](https://hatch.pypa.io/).
0.12.2
:rocket: Added
- Support for Python 3.10 and 3.11. 96
0.12.1
:rocket: Added
- Allow `block_network.allowed_hosts` configuration via the `vcr_config` fixture. 82
0.12.0
- 071ede2 Validate input arguments for `vcr` and `block_network` pytest marks - 92a922b Update pre-commit & fix a typo in the `isort` config
:package: Other
- e0ae83d Mention the default recording mode in the README file