Skip to content

Releases: adafruit/circuitpython-build-tools

1.12.0 - Build 9.x bundles

27 Oct 19:18
20b08fb
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.11.0...1.12.0

1.11.0

03 Oct 16:43
efd487a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.10.4...1.11.0

Use CircuitPython 8.0.0 mpy-cross when building bundles

14 Jun 02:05
5654826
Compare
Choose a tag to compare

What's Changed

  • Update to use mpy-cross-8.0.0 instead of 8.0.0-alpha.1 by @dhalbert in #95

Full Changelog: 1.10.3...1.10.4

1.10.3 - fix listing dependencies in json

19 Aug 11:48
0a2ac58
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.10.2...1.10.3

1.10.2 - Update multiple version strings

16 Aug 16:46
687af8c
Compare
Choose a tag to compare

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

18 Jun 20:36
3552198
Compare
Choose a tag to compare

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

16 Jun 14:45
2b255aa
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.9.0...1.10.0

Stop building 6.x bundles

14 Dec 17:32
7da9c1d
Compare
Choose a tag to compare

Build only 7.0 bundles: #83.

Testing the switch from Travis to GitHub Actions

14 Sep 18:47
cde80f6
Compare
Choose a tag to compare

Testing the switch from Travis to GitHub Actions.

Updated Versions

12 May 16:07
716a38c
Compare
Choose a tag to compare

Track the latest mpy-format changes for the 7.x bundle.