Skip to content

Commit 81ee86c

Browse files
committed
chore: Release 0.13.2
Signed-off-by: Dmitry Dygalo <dmitry@dygalo.dev>
1 parent 39bbf88 commit 81ee86c

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

docs/changelog.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ Changelog
55

66
`Unreleased`_
77
-------------
8+
9+
`0.13.2`_ - 2024-07-09
10+
----------------------
11+
812
- Add lazy loading of VCR to reduce plugin overhead. `#145`_
913
- Documentation improvements.
1014

@@ -200,7 +204,8 @@ Added
200204

201205
- Initial public release
202206

203-
.. _Unreleased: https://github.com/kiwicom/pytest-recording/compare/v0.13.1...HEAD
207+
.. _Unreleased: https://github.com/kiwicom/pytest-recording/compare/v0.13.2...HEAD
208+
.. _0.13.2: https://github.com/kiwicom/pytest-recording/compare/v0.13.1...v0.13.2
204209
.. _0.13.1: https://github.com/kiwicom/pytest-recording/compare/v0.13.0...v0.13.1
205210
.. _0.13.0: https://github.com/kiwicom/pytest-recording/compare/v0.12.2...v0.13.0
206211
.. _0.12.2: https://github.com/kiwicom/pytest-recording/compare/v0.12.1...v0.12.2

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

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

0 commit comments

Comments
 (0)