Skip to content

Releases: adafruit/circuitpython-build-tools

Updated versions and fixed PyPI names in JSON

07 Apr 20:49
f8bbac8
Compare
Choose a tag to compare

Updated to use 6.2.0 and also builds 7.x bundles.

Updated JSON File Structure to be more flexible

31 Mar 17:32
7b0b16d
Compare
Choose a tag to compare
Merge pull request #66 from makermelissa/master

Bundle JSON improvements

Added library versions to the JSON file

24 Mar 23:25
248bc56
Compare
Choose a tag to compare
Merge pull request #65 from makermelissa/master

Add library versions to JSON

Fix some packages were incorrectly detected

24 Mar 03:27
3b529b4
Compare
Choose a tag to compare
1.8.1

Merge pull request #64 from makermelissa/master

Added JSON data to bundles

23 Mar 23:28
9d9d4ef
Compare
Choose a tag to compare

This release generates a JSON file when the nightly bundles are created and attaches it as an asset.

Bug Fix

14 Mar 19:15
91a6313
Compare
Choose a tag to compare

Fix ensures the requirements.txt are included for single file libraries.
This is used by Circup to determine dependencies when installing.

Include Library Requirements in Bundles

13 Feb 20:19
00468b1
Compare
Choose a tag to compare

Include Library Requirements in Bundles

No more 5.x. Please update!

29 Jan 19:47
4672763
Compare
Choose a tag to compare

Stop building 5.x bundle.

We will no longer be supporting the 5.x bundle! If you're still using CircuitPython 5.x, please update to the latest! If you are not in a position to do so, please download the final releases of the 5.x bundles from January 29th, 2021.

Start building 6.x and stop 4.x

07 Jul 16:01
381253f
Compare
Choose a tag to compare

Stop building 4.x bundle. Adding 6.x bundle.

We will no longer be supporting the 4.x bundle! If you're still using CircuitPython 4.x, please update to the latest! If you are not in a position to do so, please download the final releases of the 4.x bundles from July 7th, 2020.

Fix .mpy File Descriptor

16 Oct 00:58
e5da2ba
Compare
Choose a tag to compare

Fixes the filename descriptor when converting raw .py files to .mpy.

See #51 & #52 for details.