Skip to content

Releases: adafruit/circuitpython-build-tools

Fix .mpy File Descriptor

16 Oct 00:58
e5da2ba

Choose a tag to compare

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

See #51 & #52 for details.

Multiple Package Prefixes; Improved File Gathering

27 Sep 04:17
318fa70

Choose a tag to compare

  • Multiple entries can now be used with the package_folder_prefix argument.

  • Improves file gathering by switching from os.walk() to using pathlib.

Update bundle creation.

09 Sep 20:05
ffcbdc5

Choose a tag to compare

Deprecating 2.x and 3.x bundles. Adding 5.x bundle.

We will no longer be supporting 2.x and 3.x bundles! If you're still using CircuitPython 2.x or 3.x, please update to the latest! If you are not in a position to do so, please download the final releases of the 2.x and 3.x bundles from 9 September 2019.

Fix Example Bundling When 'examples' In Subfolder Name

18 Aug 18:00
26ca873

Choose a tag to compare

Fix nested subfolders

01 Jun 00:14
800ee1a

Choose a tag to compare

Fixes nested subfolders. Thanks to @sommersoft for the fix.

Deploy On Tags

24 May 00:14
930c053

Choose a tag to compare

Inadvertently dropped the setting to deploy on tagged branches.

Fix PyPI Deployment

23 May 23:23
a5b0975

Choose a tag to compare

  • Fixes previous changes to the TravisCI script that added the PR tests, but failed to trigger the PyPI deployment in v1.2.4.

Re-implement 1.2.x Update

17 May 01:19
fbb43bd

Choose a tag to compare

  • Properly implements changes made in 1.2.0. without requiring changes to every instance that uses circuitpython-build-tools

Reverting

07 May 19:07
7804a09

Choose a tag to compare

Reverting back to 1.1.9 state. Bugs are causing too many issues during PyCon2019 sprints.

Bug Fix - Part Two

07 May 15:58
4296d66

Choose a tag to compare

Seems a part of my previous bug fix didn't get merged. Quite possibly due my lack of committing it... 😃