Skip to content

Commit

Permalink
bump: version 0.5.2 → 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
15r10nk committed Dec 10, 2023
1 parent 166238f commit 618420b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.6.0 (2023-12-10)

### Feat

- store snapshot values in external files

## v0.5.2 (2023-11-13)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion inline_snapshot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

__all__ = ["snapshot", "external", "outsource"]

__version__ = "0.5.2"
__version__ = "0.6.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ license = "MIT"
name = "inline-snapshot"
readme = "README.md"
repository = "https://github.com/15r10nk/inline-snapshots"
version = "0.5.2"
version = "0.6.0"

[tool.poetry.dependencies]
asttokens = ">=2.0.5"
Expand Down

0 comments on commit 618420b

Please sign in to comment.