Skip to content

Commit b9c74b5

Browse files
committed
bump: version 0.26.0 → 0.27.0
1 parent b973600 commit b9c74b5

File tree

5 files changed

+11
-46
lines changed

5 files changed

+11
-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.27.0'></a>
3+
# 0.27.0 — 2025-08-05
4+
5+
## Added
6+
7+
- Added [`inline_snapshot.extra.Transformed`](https://15r10nk.github.io/inline-snapshot/latest/extra/#inline_snapshot.extra.Transformed) and [`inline_snapshot.extra.transformation`](https://15r10nk.github.io/inline-snapshot/latest/extra/#inline_snapshot.extra.transformation) which can be used to transform values inside of snapshots.
8+
9+
- exposed `@declare_unmanaged` which allows you to create your own unmanaged types.
10+
211
<a id='changelog-0.26.0'></a>
312
# 0.26.0 — 2025-07-31
413

changelog.d/20250731_090750_15r10nk-git_transformation.md

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

changelog.d/20250805_075651_15r10nk-git_declare_unmanaged.md

Lines changed: 0 additions & 41 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.26.0"
38+
version = "0.27.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
@@ -35,4 +35,4 @@
3535
"declare_unmanaged",
3636
]
3737

38-
__version__ = "0.26.0"
38+
__version__ = "0.27.0"

0 commit comments

Comments
 (0)