Skip to content

Commit

Permalink
0.1.9
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Apr 7, 2021
1 parent 2699b20 commit feb72d3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

<!--next-version-placeholder-->

## v0.1.9 (2021-04-07)
### Fix
* Handle recording and reviewing snapshots from subdirectories ([`2699b20`](https://github.com/vberlier/pytest-insta/commit/2699b20fc8f8e1052538b2709c0bab9ce7d34a8d))

## v0.1.8 (2021-04-02)
### Fix
* **demo:** Embed font into svg for consistent rendering ([`df03d85`](https://github.com/vberlier/pytest-insta/commit/df03d85dcd10fd4901456b9c4c273cee8792d852))
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pytest-insta"
version = "0.1.8"
version = "0.1.9"
description = "A practical snapshot testing plugin for pytest"
authors = ["Valentin Berlier <berlier.v@gmail.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion pytest_insta/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from .format import *
from .session import *

__version__ = "0.1.8"
__version__ = "0.1.9"

0 comments on commit feb72d3

Please sign in to comment.