Skip to content

Version 2.0.0

Compare
Choose a tag to compare
@domire8 domire8 released this 20 Sep 09:52
· 6 commits to main since this release
80e2f91

Version 2.0.0 is a major update to this repository and contains breaking changes.

Breaking changes

The network_interfaces library has been completely removed in favor of communication_interfaces.

  • refactor!: remove network interfaces (#56)

Features

The communication_interfaces library is now at version 1.0.0 and now comes with Python bindings generated with Pybind.
Additionally, stubs are automatically created for development purposes.

  • feat: add python bindings and tests (#57)
  • feat(python): add stage to generate python stubs (#59)

Behind the scenes

  • build: rename Dockerfile and update helper scripts (#58)
  • ci: add workflow to run tests on PR event (#60, #61)

Full Changelog: v1.4.1...v2.0.0