Skip to content

Commit 8eabfe7

Browse files
committed
bump: version 0.29.0 → 0.29.1
1 parent 271412b commit 8eabfe7

File tree

3 files changed

+13
-9
lines changed

3 files changed

+13
-9
lines changed

CHANGELOG.md

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

2+
<a id='changelog-0.29.1'></a>
3+
# 0.29.1 — 2025-09-24
4+
5+
## Changed
6+
7+
- `Example.run_inline` can now be used with `["--inline-snapshot=disable"]`.
8+
9+
## Fixed
10+
11+
- `--inline-snapshot=report` now shows the same changes for external snapshots as `--inline-snapshot=review` ([#298](https://github.com/15r10nk/inline-snapshot/issues/298)).
12+
- Fixed a crash when generating reports for `external_file("some_non_existing_file.txt")`.
13+
214
<a id='changelog-0.29.0'></a>
315
# 0.29.0 — 2025-09-15
416

changelog.d/20250923_080244_15r10nk-git_external_report.md

Lines changed: 0 additions & 8 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.29.0"
5+
__version__ = "0.29.1"
66

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

0 commit comments

Comments
 (0)