Skip to content

Commit

Permalink
bump: version 0.11.0 → 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
15r10nk committed Jul 22, 2024
1 parent 3d871f1 commit 57c533f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## v0.12.0 (2024-07-22)

### Feat

- implement extra.raises
- added inline_snapshot.testing.Example which can be used to test 3rd-party extensions

## v0.11.0 (2024-07-07)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ license = "MIT"
name = "inline-snapshot"
readme = "README.md"
requires-python = ">=3.8"
version = "0.11.0"
version = "0.12.0"

[project.entry-points.pytest11]
inline_snapshot = "inline_snapshot.pytest_plugin"
Expand Down
2 changes: 1 addition & 1 deletion src/inline_snapshot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@

__all__ = ["snapshot", "external", "outsource", "customize_repr", "HasRepr"]

__version__ = "0.11.0"
__version__ = "0.12.0"

0 comments on commit 57c533f

Please sign in to comment.