Skip to content

Commit

Permalink
chore: Release 0.13.2
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Dygalo <dmitry@dygalo.dev>
  • Loading branch information
Stranger6667 committed Jul 9, 2024
1 parent 39bbf88 commit 81ee86c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ Changelog

`Unreleased`_
-------------

`0.13.2`_ - 2024-07-09
----------------------

- Add lazy loading of VCR to reduce plugin overhead. `#145`_
- Documentation improvements.

Expand Down Expand Up @@ -200,7 +204,8 @@ Added

- Initial public release

.. _Unreleased: https://github.com/kiwicom/pytest-recording/compare/v0.13.1...HEAD
.. _Unreleased: https://github.com/kiwicom/pytest-recording/compare/v0.13.2...HEAD
.. _0.13.2: https://github.com/kiwicom/pytest-recording/compare/v0.13.1...v0.13.2
.. _0.13.1: https://github.com/kiwicom/pytest-recording/compare/v0.13.0...v0.13.1
.. _0.13.0: https://github.com/kiwicom/pytest-recording/compare/v0.12.2...v0.13.0
.. _0.12.2: https://github.com/kiwicom/pytest-recording/compare/v0.12.1...v0.12.2
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "pytest-recording"
version = "0.13.1"
version = "0.13.2"
description = "A pytest plugin that allows you recording of network interactions via VCR.py"
keywords = ["pytest", "vcr", "network", "mock"]
authors = [{ name = "Dmitry Dygalo", email = "dmitry@dygalo.dev" }]
Expand Down

0 comments on commit 81ee86c

Please sign in to comment.