Releases: adafruit/Adafruit_CircuitPython_asyncio
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.
0.5.23 - Fix for new_event_loop
This release contains a fix for releasing unused resources to consume less RAM. Thank you @furbrain
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.
0.5.22 - Updated .pylintrc, fixed jQuery
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.
0.5.21 - Fixed releases
Fixed an issue where the release assets were not packaging all intended files. No functional changes were made since the last release. Thanks @Neradoc!
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.
0.5.20 - Updated pre-commit hooks
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.
0.5.19 - Fixed RTD link
Fixed the ReadTheDocs link. Thanks @tannewt!
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.