Skip to content

Commit

Permalink
bump: version 0.14.1 → 0.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
15r10nk committed Dec 7, 2024
1 parent 69aa4e6 commit 1415586
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 44 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@

<a id='changelog-0.14.2'></a>
# 0.14.2 — 2024-12-07

## Fixed

- do not crash when handling raw f-strings (`rf""`,`RF""`,...) (#143)

-->

<a id='changelog-0.14.1'></a>
# 0.14.1 — 2024-12-04

Expand Down
42 changes: 0 additions & 42 deletions changelog.d/20241205_075841_15r10nk-git_fix_144_fstring.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.14.1"
version = "0.14.2"

[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 @@ -8,4 +8,4 @@

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

__version__ = "0.14.1"
__version__ = "0.14.2"

0 comments on commit 1415586

Please sign in to comment.