Skip to content

Commit 44fa789

Browse files
committed
bump: version 0.25.3 → 0.26.0
1 parent 68a0a51 commit 44fa789

File tree

4 files changed

+13
-9
lines changed

4 files changed

+13
-9
lines changed

CHANGELOG.md

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

2+
<a id='changelog-0.26.0'></a>
3+
# 0.26.0 — 2025-07-31
4+
5+
## Changed
6+
7+
- You now have to specify `test-dir` in your pyproject.toml when you save your tests in a folder other than `tests/` in your project root (#272).
8+
9+
## Fixed
10+
11+
- `pyproject.toml` is now also located based on the current directory and the `pytest-root`, which solves problems when you use inline-snapshot with uv-workspaces (#272).
12+
213
<a id='changelog-0.25.3'></a>
314
# 0.25.3 — 2025-07-27
415

changelog.d/20250730_231113_15r10nk-git_fix_config_path.md

Lines changed: 0 additions & 7 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.25.3"
38+
version = "0.26.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
@@ -33,4 +33,4 @@
3333
"external_file",
3434
]
3535

36-
__version__ = "0.25.3"
36+
__version__ = "0.26.0"

0 commit comments

Comments
 (0)