Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Feb 19, 2024
1 parent 9b1ab52 commit 4188b16
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## v0.3.0 (2024-02-19)

### Feature

* Update to pytest 8 ([`9b1ab52`](https://github.com/vberlier/pytest-insta/commit/9b1ab5268a961216b7c28572543af07278154127))

## v0.2.0 (2022-11-02)
### Feature
* Force utf-8 text snapshot encoding ([`990c031`](https://github.com/vberlier/pytest-insta/commit/990c031f6656ef9e2eeeaf74da7c89b8be1f0215))
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.2.0"
version = "0.3.0"
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.2.0"
__version__ = "0.3.0"

0 comments on commit 4188b16

Please sign in to comment.