diff --git a/CHANGELOG.md b/CHANGELOG.md index 85226d1d..5f8bfb8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.5.1 (2023-10-20) + +### Fix + +- show better error messages + ## v0.5.0 (2023-10-15) ### Feat diff --git a/inline_snapshot/__init__.py b/inline_snapshot/__init__.py index bee63ab1..9c9464df 100644 --- a/inline_snapshot/__init__.py +++ b/inline_snapshot/__init__.py @@ -2,4 +2,4 @@ __all__ = ["snapshot"] -__version__ = "0.5.0" +__version__ = "0.5.1" diff --git a/pyproject.toml b/pyproject.toml index 2ce9c4de..8c0c029c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"