Skip to content

Commit 98c456f

Browse files
committed
bump: version 0.23.2 → 0.24.0
1 parent 516f551 commit 98c456f

9 files changed

+23
-60
lines changed

CHANGELOG.md

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

2+
<a id='changelog-0.24.0'></a>
3+
# 0.24.0 — 2025-07-15
4+
5+
## Added
6+
7+
- Add/fix reproducible standard repr for functions
8+
9+
- added `llms.txt` to make the documentation for llms more accessible.
10+
11+
## Changed
12+
13+
- Improved the explanation of what it means when snapshots are disabled in CI runs (#226).
14+
15+
- Added extra information to the reported failure when snapshots are fixed or created (#240).
16+
17+
## Fixed
18+
19+
- fixed the representation of empty strings in sub-snapshots from triple-quotes to single-quotes `assert ""==snapshot({5: ""})[5]` (#258).
20+
21+
- fix: changed format-command default to `""` (#256).
22+
223
<a id='changelog-0.23.2'></a>
324
# 0.23.2 — 2025-05-28
425

changelog.d/20250711_084152_15r10nk-git_bug_fixes.md

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

changelog.d/20250711_090000_15r10nk-git_bug_fixes.md

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

changelog.d/20250711_144701_matthieu.rigal_add_standard_repr_for_function.md

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

changelog.d/20250711_205309_15r10nk-git_bug_fixes.md

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

changelog.d/20250711_205802_15r10nk-git_bug_fixes.md

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

changelog.d/20250715_044615_15r10nk-git_llms_txt.md

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ keywords = []
3535
name = "inline-snapshot"
3636
readme = "README.md"
3737
requires-python = ">=3.8"
38-
version = "0.23.2"
38+
version = "0.24.0"
3939

4040
[project.optional-dependencies]
4141
black = [

src/inline_snapshot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
"UsageError",
2121
]
2222

23-
__version__ = "0.23.2"
23+
__version__ = "0.24.0"

0 commit comments

Comments
 (0)