Skip to content

Commit

Permalink
bump: version 0.6.0 → 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
15r10nk committed Nov 29, 2023
1 parent bce8503 commit b0682a8
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## v0.6.1 (2023-11-29)

### Fix

- minimize every type comment
- **3.8**: support for Index and ExtSlice
- correct minimization of FormattedValue
- ignore code in async inner scopes when we try to minimize a function to its body
- correct minimization of optional nodes

### Refactor

- extracted parse function

## v0.6.0 (2023-11-12)

### Feat
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.0"
version = "0.6.1"
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.0"
version = "0.6.1"

0 comments on commit b0682a8

Please sign in to comment.