Skip to content

Commit

Permalink
bump: version 0.5.0 → 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
15r10nk committed Oct 20, 2023
1 parent 099a2d6 commit fb9a8f5
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
@@ -1,3 +1,9 @@
## v0.5.1 (2023-10-20)

### Fix

- show better error messages

## v0.5.0 (2023-10-15)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion inline_snapshot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__all__ = ["snapshot"]

__version__ = "0.5.0"
__version__ = "0.5.1"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ license = "MIT"
name = "inline-snapshot"
readme = "README.md"
repository = "https://github.com/15r10nk/inline-snapshots"
version = "0.5.0"
version = "0.5.1"

[tool.poetry.dependencies]
asttokens = "^2.0.5"
Expand Down

0 comments on commit fb9a8f5

Please sign in to comment.