Skip to content

Releases: adafruit/Adafruit_CircuitPython_AWS_IOT

2.0.13 - Made copyright stay up to date in docs/conf.py

26 Aug 02:27
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-aws-iot.

Read the docs for info on how to use it.

2.0.12 - Fixed version string

22 Aug 18:55
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-aws-iot.

Read the docs for info on how to use it.

2.0.11 - Switched to pyproject.toml

09 Aug 19:52
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-aws-iot.

Read the docs for info on how to use it.

2.0.10 - Added cp.org link to index.rst

09 Jun 18:35
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-aws-iot.

Read the docs for info on how to use it.

2.0.9 - Repo documentation and config updates

07 Jun 17:17
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-aws-iot.

Read the docs for info on how to use it.

2.0.8 - Added type hints, updated documentation link, python version

04 Feb 19:51
e56a0ce
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-aws-iot.

Read the docs for info on how to use it.

2.0.7 - Updated pylint version, linted

15 Nov 17:32
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-aws-iot.

Read the docs for info on how to use it.

2.0.6 - Moved pylint from build.yml to .pre-commit-config.yml

03 Mar 00:02
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-aws_iot.

Read the docs for info on how to use it.

2.0.5 - Moved to pre-commit, added licensing info

11 Feb 19:03
Compare
Choose a tag to compare

pre-commit has been added to the GitHub Actions workflow in this repository. pre-commit allows you to run multiple checks, such as black and checking the REUSE licensing compliance, both locally and on GitHub Actions with one command.

You can run pre-commit locally with pre-commit run --all-files

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-aws-iot.

Read the docs for info on how to use it.

2.0.4 - Fix AttributeError in examples

21 Dec 14:36
a05e3b1
Compare
Choose a tag to compare

#15 Fixes AttributeError raised by examples. Thanks @bettse!

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-aws-iot.

Read the docs for info on how to use it.