Skip to content

Commit f555797

Browse files
committed
0.1.8
Automatically generated by python-semantic-release
1 parent df03d85 commit f555797

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

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

5+
## v0.1.8 (2021-04-02)
6+
### Fix
7+
* **demo:** Embed font into svg for consistent rendering ([`df03d85`](https://github.com/vberlier/pytest-insta/commit/df03d85dcd10fd4901456b9c4c273cee8792d852))
8+
59
## v0.1.7 (2021-03-03)
610
### Fix
711
* Don't use textwrap.indent because all lines need to be prefixed ([`8eaa8c2`](https://github.com/vberlier/pytest-insta/commit/8eaa8c207f8f12566da0d8f4fae0933f72d9afd7))

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.7"
3+
version = "0.1.8"
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.7"
5+
__version__ = "0.1.8"

0 commit comments

Comments
 (0)