Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

Releases: ARMmbed/yotta

v0.20.0

17 Nov 12:47
Compare
Choose a tag to compare
Version 0.20.0

v0.19.0

09 May 18:13
39c6744
Compare
Choose a tag to compare
v0.19.0 (#849)

v0.18.5

14 Feb 14:12
70c95fb
Compare
Choose a tag to compare
Version 0.18.5 (#830)

Root source support

13 Apr 12:05
Compare
Choose a tag to compare
Merge pull request #809 from ARMmbed/thegecko-patch-1

Switched rendering engine

Regex Fixes

06 Apr 17:12
Compare
Choose a tag to compare
v0.18.1

Updated version

Git Rework

31 Mar 16:08
Compare
Choose a tag to compare
v0.18.0

Updated version

0.16.4 - Adios

19 Apr 15:58
Compare
Choose a tag to compare
  • 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

14 Apr 10:56
Compare
Choose a tag to compare
  • 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

01 Apr 12:08
Compare
Choose a tag to compare

0.16.1 - Workaround setuptools bug

31 Mar 13:11
Compare
Choose a tag to compare

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.