Skip to content

Commit 978a53f

Browse files
committed
0.2.0
Automatically generated by python-semantic-release
1 parent 419b690 commit 978a53f

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

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

5+
## v0.2.0 (2022-11-02)
6+
### Feature
7+
* Force utf-8 text snapshot encoding ([`990c031`](https://github.com/vberlier/pytest-insta/commit/990c031f6656ef9e2eeeaf74da7c89b8be1f0215))
8+
9+
### Fix
10+
* Restrict printable characters in hexdump snapshot ([`aa9a405`](https://github.com/vberlier/pytest-insta/commit/aa9a40515df79767dc2030dc239ac4df99fd15a0))
11+
512
## v0.1.11 (2022-02-28)
613
### Fix
714
* Update dependencies ([`60c708f`](https://github.com/vberlier/pytest-insta/commit/60c708fe8e5e2fb1fcbd0fdff81ad62f7381c209))

pyproject.toml

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

pytest_insta/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
from .format import *
33
from .session import *
44

5-
__version__ = "0.1.11"
5+
__version__ = "0.2.0"

0 commit comments

Comments
 (0)