Skip to content

v0.8.0

Compare
Choose a tag to compare
@brentyi brentyi released this 04 Apr 21:54
· 107 commits to main since this release

Primary update: official Python 3.12 support, including new type parameter + alias syntax.

What's Changed

  • Support X | Y and list[T] for older versions of Python by @brentyi in #134
  • Make _fields.py assertion much more helpful by @pwais in #131
  • Implement counter actions by @brentyi in #130
  • Support Python 3.12 + PEP 695 (type statement, new type parameter syntax) by @brentyi in #135

New Contributors

Full Changelog: v0.7.3...v0.8.0