Releases: adafruit/circuitpython-build-tools
Releases · adafruit/circuitpython-build-tools
1.12.0 - Build 9.x bundles
1.11.0
Use CircuitPython 8.0.0 mpy-cross when building bundles
What's Changed
Full Changelog: 1.10.3...1.10.4
1.10.3 - fix listing dependencies in json
1.10.2 - Update multiple version strings
Now replaces both 0.0.0-auto.0
and 0.0.0+auto.0
strings with the version, which is needed as libraries move to have their default versions defined as 0.0.0+auto.0
inside of pyproject.toml
to help with editable installs.
1.10.1 - Fix .mpy File Format
This release resolves an issue resulting in plain text being put into the .mpy
files built for library bundles. Thank you @Neradoc
1.10.0 - Use 7.3.0 mpy-cross; generate 8.x bundles
Stop building 6.x bundles
Build only 7.0 bundles: #83.
Testing the switch from Travis to GitHub Actions
Testing the switch from Travis to GitHub Actions.
Updated Versions
Track the latest mpy-format changes for the 7.x bundle.