BrianPugh Belay Versions Save

Belay is a python library that enables the rapid development of projects that interact with hardware via a micropython-compatible board.

v0.22.2

1 month ago

What's Changed

Full Changelog: https://github.com/BrianPugh/belay/compare/v0.22.1...v0.22.2

v0.22.1

7 months ago

Bug Fixes

Full Changelog: https://github.com/BrianPugh/belay/compare/v0.22.0...v0.22.1

v0.22.0

8 months ago

What's Changed

Full Changelog: https://github.com/BrianPugh/belay/compare/v0.21.3...v0.22.0

v0.21.3

9 months ago

Just a dependency update release

  • Update questionary to v2.0.0
  • Subsequently, can now loosen python dependency from ^3.8 to >=3.8

v0.21.2

10 months ago

Bug Fixes

Full Changelog: https://github.com/BrianPugh/belay/compare/v0.21.1...v0.21.2

v0.21.1

11 months ago

Bug Fixes

New Contributors

Full Changelog: https://github.com/BrianPugh/belay/compare/v0.21.0...v0.21.1

v0.21.0

1 year ago

Features

  • Add pyproject tool.belay.ignore functionality for belay install.

Bug Fixes

Full Changelog: https://github.com/BrianPugh/belay/compare/v0.20.1...v0.21.0

v0.20.1

1 year ago

Bug Fixes

Full Changelog: https://github.com/BrianPugh/belay/compare/v0.20.0...v0.20.1

v0.20.0

1 year ago

Features

Bug Fixes

Breaking Changes

  • CLI belay identify has been removed in favor of belay select
  • list_devices now returns a list of UsbSpecifiers instead of List[str].

Full Changelog: https://github.com/BrianPugh/belay/compare/v0.19.2...v0.20.0

v0.19.2

1 year ago

Bug Fixes

Misc Improvements

  • Higher performance serial reader; should result in lower host CPU usage.

Infrastructure Improvements

  • Greatly increased speed/reliability of integration tests.

Full Changelog: https://github.com/BrianPugh/belay/compare/v0.19.1...v0.19.2