Releases: adafruit/Adafruit_CircuitPython_asyncio
1.3.3 - Fix For Sphinx RTD Theme
Full Changelog: 1.3.2...1.3.3
1.3.2 - Improved Examples
Removed Non-working aenter and aexit methods
1.3.0 - Traceback Module Fallback
This release includes a fallback implementation of traceback module for devices that do not have it built-in. Thank you @imnotjames
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-asyncio
.
Read the docs for info on how to use it.
1.2.2 - Fix RTD Docs Build and Unpin Sphinx
Changes: 1.2.1...1.2.2
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-asyncio
.
Read the docs for info on how to use it.
Move CancelledError and InvalidStateError to tasks
What's Changed
- chore: move CancelledError and InvalidStateError to tasks by @imnotjames in #55
New Contributors
- @imnotjames made their first contribution in #55
Full Changelog: 1.2.0...1.2.1
1.2.0 - replace .show() in examples; no other code changes
What's Changed
- Replace depreciated .show() by @RetiredWizard in #52
New Contributors
- @RetiredWizard made their first contribution in #52
Full Changelog: 1.1.0...1.2.0
1.1.0 - include changes from MicroPython v1.20
1.0.0 - make compatible with 8.x.x and 9.0.0
Also give this a proper >0.x.x
release number, since it's past being "experimental".
What's Changed
Full Changelog: 0.5.24...1.0.0
0.5.24 - Fix RTD Theme Issue
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-asyncio
.
Read the docs for info on how to use it.