* Moved to GitHub Actions for CI * Improved Test coverage by using DBusMock * Removed dependency on aioblescan library * Add support for Media Player Interface * Fixed numerous bugs found by better test coverage * Some documentation tidy up
0.3.0
- Peripheral notification improvements - fix micro:bit bug loading gatt services twice - add bytes type to send_notify_event - add device parameter to on_connection/on_disconnection callback
0.2.0
- Add uuid attribute to adapter class - Add method to pair and cancel_pairing - Add micro:bit UART client - Add event when new device found
0.1.0
micro:bit's may be programmed to contain different Bluetooth services. This release supports easy configuration when instantiating `Microbit` class
0.0.8
0.0.7
- Notify on micro:bit button b fixed - on_disconnect event handler - fix to work with latest aioblescan