Skip to content

Commit 7ce333f

Browse files
committed
bump: version 0.6.3 → 0.7.0
1 parent f4039d7 commit 7ce333f

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## v0.7.0 (2024-10-09)
2+
3+
### Feat
4+
5+
- added compilable flag
6+
7+
### Fix
8+
9+
- unified handling of type_params
10+
- minimize default_value of type_params
11+
112
## v0.6.3 (2024-04-23)
213

314
### Fix

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ license = "MIT"
2929
name = "pysource-minimize"
3030
readme = "README.md"
3131
requires-python = ">=3.8"
32-
version="0.6.3"
32+
version="0.7.0"
3333

3434

3535
[project.scripts]

src/pysource_minimize/__init__.py

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

88

9-
version = "0.6.3"
9+
version = "0.7.0"

0 commit comments

Comments
 (0)