Skip to content

Commit 771d83a

Browse files
committed
bump: version 0.32.1 → 0.32.2
1 parent c149a03 commit 771d83a

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11

2+
<a id='changelog-0.32.2'></a>
3+
# 0.32.2 — 2026-02-21
4+
5+
## Fixed
6+
7+
- Tuples in snapshots were converted internally into lists if they were evaluated more than once ([#349](https://github.com/15r10nk/inline-snapshot/issues/349))
8+
29
<a id='changelog-0.32.1'></a>
310
# 0.32.1 — 2026-02-17
411

changelog.d/20260221_111924_15r10nk-git_fix_tuple_reeval.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

src/inline_snapshot/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
insider_version = ""
44

5-
__version__ = "0.32.1"
5+
__version__ = "0.32.2"
66

77
if is_insider:
88
__version__ += "." + insider_version

0 commit comments

Comments
 (0)