Skip to content

Commit

Permalink
chore: bump to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
15r10nk committed Oct 20, 2023
1 parent 3c5cccc commit 052c8b1
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
## v0.5.0 (2023-10-20)

### Feat

- support for 3.12

### Fix

- fixed various bugs

## v0.4.0 (2023-09-21)

### Feat

- implemented cli
- support for python 3.7 - 3.11
- progress callback for minimize
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pysource-minimize"
version = "0.4.0"
version = "0.5.0"
description = "minimize python source code"
authors = ["Frank Hoffmann"]
license = "MIT"
Expand All @@ -13,7 +13,7 @@ major_version_zero = true
tag_format = "v$major.$minor.$patch$prerelease"
update_changelog_on_bump = true
version_files = [
"inline_snapshot/__init__.py:version"
"pysource_minimize/__init__.py:version"
]
version_provider = "poetry"

Expand Down
2 changes: 1 addition & 1 deletion pysource_minimize/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
__all__ = ("minimize", "StopMinimization")


version = "0.4.0"
version = "0.5.0"

0 comments on commit 052c8b1

Please sign in to comment.