Skip to content

Commit

Permalink
bump: version 0.6.3 → 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
15r10nk committed Oct 9, 2024
1 parent f4039d7 commit 7ce333f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## v0.7.0 (2024-10-09)

### Feat

- added compilable flag

### Fix

- unified handling of type_params
- minimize default_value of type_params

## v0.6.3 (2024-04-23)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ license = "MIT"
name = "pysource-minimize"
readme = "README.md"
requires-python = ">=3.8"
version="0.6.3"
version="0.7.0"


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


version = "0.6.3"
version = "0.7.0"

0 comments on commit 7ce333f

Please sign in to comment.