- Fix bug: enum importing other bitproto's field name generation bug. 53 52 - Fix bug: import statements of bitprotos should be placed ahead of other declarations. 53
1.1.0
-------------
.. _version-1.1.0
- Performance improvements for C bitprotolib, 40~60us improvement per call on stm32. PR 48. - Fix Python nested message ``__post_init___`` function code generation. PR 48, commit 73f4b01.
1.0.1
-------------
.. _version-1.0.1
- Add support for Python 3.11
1.0.0
-------------
.. _version-1.0.0:
- First fully release version
.. _version-0.4.6:
0.4.6
-------------
- Support signed integers with arbitrary bits, e.g. int24 PR45.
.. _version-0.4.5:
0.4.5
-------------
- Use Python IntEnum for enum generation (respecting backward compatibility) PR41.