Skip to content

Commit

Permalink
bump: version 0.6.1 → 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
15r10nk committed Mar 25, 2024
1 parent 1d453d0 commit fd3da5e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## v0.6.2 (2024-03-25)

### Fix

- minimize (yield) to None
- minimization of MatchClass
- minimization of default arguments
- minimize slice correctly

## v0.6.1 (2023-11-29)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pysource-minimize"
version = "0.6.1"
version = "0.6.2"
description = "minimize python source code"
authors = ["Frank Hoffmann"]
license = "MIT"
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.6.1"
version = "0.6.2"

0 comments on commit fd3da5e

Please sign in to comment.