Skip to content

Commit

Permalink
bump: version 0.20.1 → 0.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
15r10nk committed Feb 13, 2025
1 parent 18aafeb commit e175bdc
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 14 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@

<a id='changelog-0.20.2'></a>
# 0.20.2 — 2025-02-13

## Fixed

- snapshots inside tests which are marked as xfail are now ignored (#184)

- Fixed a crash caused by the following code:

``` python
snapshot(tuple())
# or
snapshot(dict())
```

<a id='changelog-0.20.1'></a>
# 0.20.1 — 2025-02-04

Expand Down
3 changes: 0 additions & 3 deletions changelog.d/20250202_081752_15r10nk-git_new_defaults.md

This file was deleted.

9 changes: 0 additions & 9 deletions changelog.d/20250211_230349_15r10nk-git_bugfixing.md

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ keywords = []
name = "inline-snapshot"
readme = "README.md"
requires-python = ">=3.8"
version = "0.20.1"
version = "0.20.2"

[project.optional-dependencies]
black = [
Expand Down
2 changes: 1 addition & 1 deletion src/inline_snapshot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
"UsageError",
]

__version__ = "0.20.1"
__version__ = "0.20.2"

0 comments on commit e175bdc

Please sign in to comment.