Skip to content

Commit b89c4b6

Browse files
committed
0.1.10
Automatically generated by python-semantic-release
1 parent 1fed16f commit b89c4b6

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.10 (2021-04-07)
6+
### Fix
7+
* Automatically reject dangling snapshots ([`1fed16f`](https://github.com/vberlier/pytest-insta/commit/1fed16fce67d01d73e942dd7feebcd76935409a5))
8+
59
## v0.1.9 (2021-04-07)
610
### Fix
711
* Handle recording and reviewing snapshots from subdirectories ([`2699b20`](https://github.com/vberlier/pytest-insta/commit/2699b20fc8f8e1052538b2709c0bab9ce7d34a8d))

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

0 commit comments

Comments
 (0)