Skip to content

Commit

Permalink
chore: bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bmihelac committed Jul 1, 2024
1 parent ba8fc9b commit 78da5a2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.4.0 (2023-12-01)

* Add --image-snapshot-fail-if-missing
* Update Python versions and add GitHub actions
* Fail on missing snapshot

## 0.3.0 (2023-12-01)

* feat: improve error messages ([5d622bc](https://github.com/bmihelac/pytest-image-snapshot/commit/5d622bc))
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def read(fname):

setup(
name='pytest-image-snapshot',
version='0.3.0',
version='0.4.0',
author='Bojan Mihelac',
author_email='[email protected]',
maintainer='Bojan Mihelac',
Expand Down

0 comments on commit 78da5a2

Please sign in to comment.