Skip to content

Commit

Permalink
bump: version 0.15.0 → 0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
15r10nk committed Dec 10, 2024
1 parent 066c730 commit e7f4ba7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 42 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@

<a id='changelog-0.15.1'></a>
# 0.15.1 — 2024-12-10

## Fixed

- solved a bug caused by a variable inside a snapshot (#148)

<a id='changelog-0.15.0'></a>
# 0.15.0 — 2024-12-10

Expand Down
40 changes: 0 additions & 40 deletions changelog.d/20241210_204219_15r10nk-git_fix_148.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 @@ -37,7 +37,7 @@ keywords = []
name = "inline-snapshot"
readme = "README.md"
requires-python = ">=3.8"
version = "0.15.0"
version = "0.15.1"

[project.entry-points.pytest11]
inline_snapshot = "inline_snapshot.pytest_plugin"
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 @@ -18,4 +18,4 @@
"Snapshot",
]

__version__ = "0.15.0"
__version__ = "0.15.1"

0 comments on commit e7f4ba7

Please sign in to comment.