From fb9a8f53f479c8e427cfc75a1c24621cf308753f Mon Sep 17 00:00:00 2001 From: Frank Hoffmann <15r10nk-git@polarbit.de> Date: Fri, 20 Oct 2023 14:07:22 +0200 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.5.0=20=E2=86=92=200.5.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ inline_snapshot/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) 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"