Skip to content

Releases: BrianPugh/install-micropython

v2.3.0

05 Dec 18:25

Choose a tag to compare

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: v2...v2.3.0

v2.2.0

20 Sep 13:48

Choose a tag to compare

What's Changed

Full Changelog: v2...v2.2.0

v2.1.0

22 Apr 04:26

Choose a tag to compare

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: v2.0.0...v2.1.0

v2.0.0

22 Apr 04:10

Choose a tag to compare

What's Changed

Full Changelog: v1.0.6...v2.0.0

v1.0.6

17 Jan 22:05

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1...v1.0.6

v1.0.5 - Speed Improvements

04 Jul 16:57

Choose a tag to compare

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.

v1.0.4 - More cache fixes

03 Jul 19:12
c0792d8

Choose a tag to compare

Bug Fixes

v1.0.3 - Move out of GITHUB_WORKSPACE

03 Jul 06:05

Choose a tag to compare

Bugfixes

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

v1.0.2 - Proper Packaging/Bundling

03 Jul 01:44

Choose a tag to compare

Bug Fixes

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

v1.0.1 - Fix caching

03 Jul 00:02

Choose a tag to compare

Bug Fixes

  • Caching actually works now, significantly speeding up installation.