Skip to content

Commit 97343ba

Browse files
committed
bump: version 0.9.0 → 0.10.0
1 parent 59d52cf commit 97343ba

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## v0.10.0 (2025-08-29)
2+
3+
### Feat
4+
5+
- **3.14**: added support for template-strings
6+
7+
### Fix
8+
9+
- try to minimize Subscript to Name in Store context
10+
111
## v0.9.0 (2025-07-05)
212

313
### 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.9.0"
30+
version="0.10.0"
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.9.0"
10+
version = "0.10.0"

0 commit comments

Comments
 (0)