Recent Releases of https://github.com/brianpugh/install-micropython

https://github.com/brianpugh/install-micropython - v2.3.0

What's Changed

  • Bump @vercel/ncc from 0.38.1 to 0.38.3
  • Bump @actions/core from 1.10.1 to 1.11.1
  • Bump @actions/cache from 3.2.4 to 4.0.0

Full Changelog: https://github.com/BrianPugh/install-micropython/compare/v2...v2.3.0

- JavaScript
Published by BrianPugh over 1 year ago

https://github.com/brianpugh/install-micropython - v2.2.0

What's Changed

  • Allow user to specify cflags. by @BrianPugh in https://github.com/BrianPugh/install-micropython/pull/16

Full Changelog: https://github.com/BrianPugh/install-micropython/compare/v2...v2.2.0

- JavaScript
Published by BrianPugh over 1 year ago

https://github.com/brianpugh/install-micropython - v2.1.0

Features

  • Add ${MPY_DIR}/mpy-cross/build/mpy-cross to the cache paths; some tools (somewhat) inappropriately hardcode this location for the mpy-cross executable.

Full Changelog: https://github.com/BrianPugh/install-micropython/compare/v2.0.0...v2.1.0

- JavaScript
Published by BrianPugh about 2 years ago

https://github.com/brianpugh/install-micropython - v2.0.0

What's Changed

  • Update to node 20 by @BrianPugh in https://github.com/BrianPugh/install-micropython/pull/13

Full Changelog: https://github.com/BrianPugh/install-micropython/compare/v1.0.6...v2.0.0

- JavaScript
Published by BrianPugh about 2 years ago

https://github.com/brianpugh/install-micropython - v1.0.6

What's Changed

  • Fix/reference param issue by @brendancolevalley in https://github.com/BrianPugh/install-micropython/pull/10

New Contributors

  • @brendancolevalley made their first contribution in https://github.com/BrianPugh/install-micropython/pull/10

Full Changelog: https://github.com/BrianPugh/install-micropython/compare/v1...v1.0.6

- JavaScript
Published by BrianPugh over 2 years ago

https://github.com/brianpugh/install-micropython - v1.0.5 - Speed Improvements

Features

  • No longer cache the micropython repository folder. We have to clone it anyways, and I don't believe the build files are useful to anyone downstream. This shrinks the cache from ~140MB to ~400KB, substantially speeding up cache compression, downloads, and uploads.

- JavaScript
Published by BrianPugh almost 3 years ago

https://github.com/brianpugh/install-micropython - v1.0.4 - More cache fixes

Bug Fixes

  • Mitigates upstream caching issues described in https://github.com/actions/toolkit/issues/1377, https://github.com/actions/toolkit/issues/1376
  • Shorted cache key while still maintaining uniqueness.

- JavaScript
Published by BrianPugh almost 3 years ago

https://github.com/brianpugh/install-micropython - v1.0.3 - Move out of GITHUB_WORKSPACE

Bugfixes

  • Moved the micropython repository folder out of GITHUB_WORKSPACE to not pollute the workspace.

- JavaScript
Published by BrianPugh almost 3 years ago

https://github.com/brianpugh/install-micropython - v1.0.2 - Proper Packaging/Bundling

Bug Fixes

  • This release should actually work; bundled all dependencies with ncc

- JavaScript
Published by BrianPugh almost 3 years ago

https://github.com/brianpugh/install-micropython - v1.0.1 - Fix caching

Bug Fixes

  • Caching actually works now, significantly speeding up installation.

- JavaScript
Published by BrianPugh almost 3 years ago

https://github.com/brianpugh/install-micropython - v1.0.0 - Initial Release

- JavaScript
Published by BrianPugh almost 3 years ago