This repository has been archived by the owner on Jan 15, 2021. It is now read-only.
Releases: ARMmbed/yotta
Releases · ARMmbed/yotta
v0.20.0
v0.19.0
v0.18.5
Root source support
Merge pull request #809 from ARMmbed/thegecko-patch-1 Switched rendering engine
Regex Fixes
v0.18.1 Updated version
Git Rework
v0.18.0 Updated version
0.16.4 - Adios
- Add $build_dir and $target_dir variables for target scripts (thanks @marshall!)
- bugfix: ensure the script environment is available when running scripts for the top-level module
This is my last release as the maintainer of yotta at ARM (I'm leaving ARM to work on other things).
The future maintenance of yotta at ARM hasn't been resolved yet, but @0xc0170 and @jaustin are both co-owners of the PyPI project, and @thegecko is looking after the yotta registry and website.
0.16.3 - backtraces are bad
- add more useful error message, and suppress back-trace, for errors caused by expired JSON web tokens (such errors are most likely caused by an inaccurate clock). Alleviates #669
0.16.2 - Fix unicode path errors in debug, start and test
Thanks to @ccli8 for reporting.
0.16.1 - Workaround setuptools bug
setuptools 20.6.6 (published this morning) causes a failure when resolving the dependencies of requests[security]
(e.g. python -c "import pkg_resources; pkg_resources.require('requests[security]')"
), which yotta does indirectly.
This release includes a workaround so that yotta no longer relies on pkg_resources
to determine its own version.