Skip to content

Commit 4188b16

Browse files
committed
0.3.0
Automatically generated by python-semantic-release
1 parent 9b1ab52 commit 4188b16

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
<!--next-version-placeholder-->
44

5+
## v0.3.0 (2024-02-19)
6+
7+
### Feature
8+
9+
* Update to pytest 8 ([`9b1ab52`](https://github.com/vberlier/pytest-insta/commit/9b1ab5268a961216b7c28572543af07278154127))
10+
511
## v0.2.0 (2022-11-02)
612
### Feature
713
* Force utf-8 text snapshot encoding ([`990c031`](https://github.com/vberlier/pytest-insta/commit/990c031f6656ef9e2eeeaf74da7c89b8be1f0215))

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pytest-insta"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
description = "A practical snapshot testing plugin for pytest"
55
authors = ["Valentin Berlier <[email protected]>"]
66
license = "MIT"

pytest_insta/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
from .format import *
33
from .session import *
44

5-
__version__ = "0.2.0"
5+
__version__ = "0.3.0"

0 commit comments

Comments
 (0)