File tree Expand file tree Collapse file tree 3 files changed +20
-3
lines changed
Expand file tree Collapse file tree 3 files changed +20
-3
lines changed Original file line number Diff line number Diff line change 1+ ## v0.5.0 (2023-10-20)
2+
3+ ### Feat
4+
5+ - support for 3.12
6+
7+ ### Fix
8+
9+ - fixed various bugs
10+
11+ ## v0.4.0 (2023-09-21)
12+
13+ ### Feat
14+
15+ - implemented cli
16+ - support for python 3.7 - 3.11
17+ - progress callback for minimize
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " pysource-minimize"
3- version = " 0.4 .0"
3+ version = " 0.5 .0"
44description = " minimize python source code"
55authors = [" Frank Hoffmann" ]
66license = " MIT"
@@ -13,7 +13,7 @@ major_version_zero = true
1313tag_format = " v$major.$minor.$patch$prerelease"
1414update_changelog_on_bump = true
1515version_files = [
16- " inline_snapshot /__init__.py:version"
16+ " pysource_minimize /__init__.py:version"
1717]
1818version_provider = " poetry"
1919
Original file line number Diff line number Diff line change 55__all__ = ("minimize" , "StopMinimization" )
66
77
8- version = "0.4 .0"
8+ version = "0.5 .0"
You can’t perform that action at this time.
0 commit comments