Skip to content

Releases: adafruit/circuitpython-build-tools

1.13.0 - Include pyproject.toml File

01 Nov 12:19
34c259d

Choose a tag to compare

This release includes the pyproject.toml (if existing) file inside the requirements folder of the generated bundle.

What's Changed

  • include pyproject.toml file in the bundle if it exists. by @FoamyGuy in #100

Full Changelog: 1.12.0...1.13.0

1.12.0 - Build 9.x bundles

27 Oct 19:18
20b08fb

Choose a tag to compare

What's Changed

Full Changelog: 1.11.0...1.12.0

1.11.0

03 Oct 16:43
efd487a

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

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

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

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

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

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

Choose a tag to compare

Build only 7.0 bundles: #83.

Testing the switch from Travis to GitHub Actions

14 Sep 18:47
cde80f6

Choose a tag to compare

Testing the switch from Travis to GitHub Actions.