From 3fa52bf26134467b72b3352be6703e287c85bc15 Mon Sep 17 00:00:00 2001 From: Frank Hoffmann <15r10nk-git@polarbit.de> Date: Tue, 28 May 2024 08:51:14 +0200 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.10.1=20=E2=86=92=200.10.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 7 +++++++ inline_snapshot/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0fa124..1b8f69a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## v0.10.2 (2024-05-28) + +### Fix + +- changed how --inline-snapshot=disable works in combination with xdist (#90) +- fix typo, rename 'theme' with 'them' + ## v0.10.1 (2024-05-26) ### Fix diff --git a/inline_snapshot/__init__.py b/inline_snapshot/__init__.py index 9962b81..af0b273 100644 --- a/inline_snapshot/__init__.py +++ b/inline_snapshot/__init__.py @@ -4,4 +4,4 @@ __all__ = ["snapshot", "external", "outsource"] -__version__ = "0.10.1" +__version__ = "0.10.2" diff --git a/pyproject.toml b/pyproject.toml index 19f51f5..950154d 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.10.1" +version = "0.10.2" [tool.poetry.dependencies] asttokens = ">=2.0.5"