This repository was archived by the owner on Jan 15, 2021. It is now read-only.
0.14.0 - More Messages
New Things
- Now modules (and targets) can specify a dependency on the version of yotta they need (handy for making sure people who try to use your snazzy new module with a neolithic version of yotta see a nice error message... although only for versions of yotta from now on, obviously).
yotta shrinkwrap
now support targets, for a more complete lock-down of the things you're building.- Add VCS description to yotta build info, so your build can know exactly what it was built from (thanks @bearsh!)
- Improved warning messages when you
yotta link
something that won't be used. - Improved messages when there are version errors detected during build.
- Various documentation improvements (thanks @bridadan!)
Bugfixes
- Fix various race conditions in the cache, so yotta should now be more stable when several instances are running in parallel.
- Fix crash that could occur in
yotta outdated