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"