Skip to content

Commit 74b2339

Browse files
committed
bump: version 0.32.0 → 0.32.1
1 parent 60ed797 commit 74b2339

File tree

4 files changed

+10
-46
lines changed

4 files changed

+10
-46
lines changed

CHANGELOG.md

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

2+
<a id='changelog-0.32.1'></a>
3+
# 0.32.1 — 2026-02-17
4+
5+
## Fixed
6+
7+
- Fixed handling of `datetime` and `time` objects with timezone information. The `tzinfo` parameter is now properly included in snapshots, and `timezone.utc` is represented with the correct import (`from datetime import timezone`).
8+
9+
- Fixed customize hook registration to properly check if objects are functions before inspecting the `inline_snapshot_impl` attribute, preventing potential attribute errors when scanning conftest modules.
10+
211
<a id='changelog-0.32.0'></a>
312
# 0.32.0 — 2026-02-13
413

changelog.d/20260217_081345_15r10nk-git_fix_timezone.md

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

changelog.d/20260217_085432_15r10nk-git_fix_conftest_inspection.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.0"
5+
__version__ = "0.32.1"
66

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

0 commit comments

Comments
 (0)