Skip to content

Commit 052c8b1

Browse files
committed
chore: bump to 0.5.0
1 parent 3c5cccc commit 052c8b1

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pysource-minimize"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
description = "minimize python source code"
55
authors = ["Frank Hoffmann"]
66
license = "MIT"
@@ -13,7 +13,7 @@ major_version_zero = true
1313
tag_format = "v$major.$minor.$patch$prerelease"
1414
update_changelog_on_bump = true
1515
version_files = [
16-
"inline_snapshot/__init__.py:version"
16+
"pysource_minimize/__init__.py:version"
1717
]
1818
version_provider = "poetry"
1919

pysource_minimize/__init__.py

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

77

8-
version = "0.4.0"
8+
version = "0.5.0"

0 commit comments

Comments
 (0)