Skip to content

Commit

Permalink
bump: version 0.9.0 → 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
15r10nk committed May 21, 2024
1 parent 4528f58 commit 1b9028d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## v0.10.0 (2024-05-21)

### BREAKING CHANGE

- removed support for python 3.7
- removed `--inline-snapshot-disable` option and replaced it with `--inline-snapshot=disable`

### Feat

- new flags: *disable*, *short-report*, *report* and *review*
- added config option and environment variable to specify default flags
- show diff of changed snapshots in pytest report
- interactive review mode

## v0.9.0 (2024-05-07)

### Feat
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.9.0"
__version__ = "0.10.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.9.0"
version = "0.10.0"

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

0 comments on commit 1b9028d

Please sign in to comment.