- New optional `probe` argument for `I2CDevice(i2c, device_address, probe=True)`. If `False`, does not probe for device initially. A few devices don't respond, or do something unwanted.
- Library build moved to GitHub actions.
To use in CircuitPython, simply install the [Adafruit CircuitPython bundle](https://circuitpython.org/libraries).
To use in CPython, `pip install adafruit-circuitpython-busdevice`.
Read the [docs](http://circuitpython.readthedocs.io/projects/busdevice/en/latest/) for info on how to use it.