Skip to content

Commit

Permalink
bump: version 0.8.2 → 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
15r10nk committed May 7, 2024
1 parent 340ef3e commit 36efe76
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## v0.9.0 (2024-05-07)

### Feat

- check if inline-snapshot is used in combination with xdist and notify the user that this is not possible

### Fix

- change the quoting of strings does not trigger an update

## v0.8.2 (2024-04-24)

### 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.8.2"
__version__ = "0.9.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.8.2"
version = "0.9.0"

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

0 comments on commit 36efe76

Please sign in to comment.