Releases: adafruit/circuitpython-build-tools
No more 5.x. Please update!
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
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
Multiple Package Prefixes; Improved File Gathering
-
Multiple entries can now be used with the
package_folder_prefixargument. -
Improves file gathering by switching from
os.walk()to usingpathlib.
Update bundle creation.
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
Thanks to @sommersoft for the fix.
Fix nested subfolders
Fixes nested subfolders. Thanks to @sommersoft for the fix.
Deploy On Tags
Inadvertently dropped the setting to deploy on tagged branches.
Fix PyPI Deployment
- 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
- Properly implements changes made in 1.2.0. without requiring changes to every instance that uses circuitpython-build-tools