From 80ef069361e856e36d8b41bdda152d8a06918e59 Mon Sep 17 00:00:00 2001 From: Frank Hoffmann <15r10nk-git@polarbit.de> Date: Tue, 27 Feb 2024 20:11:35 +0100 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.6.1=20=E2=86=92=200.7.0?= 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 8fbae2a8..5650029a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.7.0 (2024-02-27) + +### Feat + +- removed old --update-snapshots option + ## v0.6.1 (2024-01-28) ### Fix diff --git a/inline_snapshot/__init__.py b/inline_snapshot/__init__.py index 8206cb32..88a4f40c 100644 --- a/inline_snapshot/__init__.py +++ b/inline_snapshot/__init__.py @@ -4,4 +4,4 @@ __all__ = ["snapshot", "external", "outsource"] -__version__ = "0.6.1" +__version__ = "0.7.0" diff --git a/pyproject.toml b/pyproject.toml index 0d6d3380..4b989ca7 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.6.1" +version = "0.7.0" [tool.poetry.dependencies] asttokens = ">=2.0.5"