Skip to content

Commit 815fca4

Browse files
committed
chore: Release 0.13.0
1 parent 1579b0b commit 815fca4

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

docs/changelog.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ Changelog
66
`Unreleased`_
77
-------------
88

9+
`0.13.0`_ - 2023-08-01
10+
----------------------
11+
912
- Drop support for Python 3.5 and 3.6. `#97`_
1013
- Add support for VCR.py 5.0.0. `#118`_
1114
- Drop direct dependency on ``attrs``.
@@ -189,7 +192,8 @@ Added
189192

190193
- Initial public release
191194

192-
.. _Unreleased: https://github.com/kiwicom/pytest-recording/compare/v0.12.2...HEAD
195+
.. _Unreleased: https://github.com/kiwicom/pytest-recording/compare/v0.13.0...HEAD
196+
.. _0.13.0: https://github.com/kiwicom/pytest-recording/compare/v0.12.2...v0.13.0
193197
.. _0.12.2: https://github.com/kiwicom/pytest-recording/compare/v0.12.1...v0.12.2
194198
.. _0.12.1: https://github.com/kiwicom/pytest-recording/compare/v0.12.0...v0.12.1
195199
.. _0.12.0: https://github.com/kiwicom/pytest-recording/compare/v0.11.0...v0.12.0

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.12.2"
7+
version = "0.13.0"
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)