Skip to content

v0.6.0

Compare
Choose a tag to compare
@15r10nk 15r10nk released this 12 Nov 20:06
· 47 commits to main since this release

What's Changed

Feat

  • removed python 3.7 support
  • minimize strings, bytes, int, float, boolean values
  • minimize nonlocal and global names
  • minimize type comments

Fix

  • fix crash when minimizing raise statements
  • remove the upper dependency bounds in pyproject.toml
  • minimize kw_defaults correctly
  • minimize function defaults correctly
  • added py.typed

Full Changelog: v0.5.0...v0.6.0