Skip to content

Releases: adafruit/Adafruit_CircuitPython_asyncio

Move CancelledError and InvalidStateError to tasks

17 Nov 01:00
45f7149
Compare
Choose a tag to compare

What's Changed

  • chore: move CancelledError and InvalidStateError to tasks by @imnotjames in #55

New Contributors

Full Changelog: 1.2.0...1.2.1

1.2.0 - replace .show() in examples; no other code changes

03 Nov 13:16
da943a7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.1.0...1.2.0

1.1.0 - include changes from MicroPython v1.20

12 Oct 22:10
c277db5
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.0...1.1.0

1.0.0 - make compatible with 8.x.x and 9.0.0

12 Oct 21:56
723b428
Compare
Choose a tag to compare

Also give this a proper >0.x.x release number, since it's past being "experimental".

What's Changed

  • update asyncio from MicroPython v1.19.1 by @dhalbert in #47

Full Changelog: 0.5.24...1.0.0

0.5.24 - Fix RTD Theme Issue

25 Sep 15:56
Compare
Choose a tag to compare

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

17 Jul 16:12
18a411e
Compare
Choose a tag to compare

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

26 May 16:15
Compare
Choose a tag to compare

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

22 May 17:25
4e4b198
Compare
Choose a tag to compare

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

16 May 17:45
Compare
Choose a tag to compare

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

06 Jan 00:22
596cc89
Compare
Choose a tag to compare

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.