Skip to content

0.11.4

Latest
Compare
Choose a tag to compare
@dargueta dargueta released this 13 Mar 14:35
8733327

Bugfixes

Add all bugfixes from 0.11.2. (They were accidentally removed in 0.11.3 due to a borked merge.)

New Features

  • Added support for Python 3.12.
  • The binobj package now exports the binobj.pep526.dataclass decorator directly.

Other Changes

  • Stricter linting, remove dead code and make tests prettier.
  • Upgrade test dependencies.
  • Add typing-extensions and importlib-metadata as explicit dependencies. We were relying on other libraries to install them before.