Skip to content

Commit 631c90f

Browse files
author
Frank Hoffman (ci)
committed
bump: version 0.10.0 → 0.10.1
1 parent 4f0ac1a commit 631c90f

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v0.10.1 (2025-08-30)
2+
3+
### Fix
4+
5+
- set Interpolation.str to the unparsed value
6+
17
## v0.10.0 (2025-08-29)
28

39
### Feat

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ license = "MIT"
2727
name = "pysource-minimize"
2828
readme = "README.md"
2929
requires-python = ">=3.8"
30-
version="0.10.0"
30+
version="0.10.1"
3131

3232
[project.optional-dependencies]
3333
cli = [

src/pysource_minimize/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
__all__ = ("minimize", "minimize_all", "CouldNotMinimize", "StopMinimization")
88

99

10-
version = "0.10.0"
10+
version = "0.10.1"

0 commit comments

Comments
 (0)