Skip to content

Commit 41566c7

Browse files
committed
bump: version 0.6.2 → 0.6.3
1 parent b7a3f29 commit 41566c7

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v0.6.3 (2024-04-23)
2+
3+
### Fix
4+
- Improve error reporting when source cannot be minimized (#16)
5+
- Complete type hints for public API (#15)
6+
17
## v0.6.2 (2024-03-25)
28

39
### Fix

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pysource-minimize"
3-
version = "0.6.2"
3+
version = "0.6.3"
44
description = "minimize python source code"
55
authors = ["Frank Hoffmann"]
66
license = "MIT"

pysource_minimize/__init__.py

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

88

9-
version = "0.6.2"
9+
version = "0.6.3"

0 commit comments

Comments
 (0)