Releases: particle-iot/compile-action
Releases · particle-iot/compile-action
v1.0.5
What's Changed
- chore: [sc-130182] Remove beta label from GitHub actions by @laupow in #30
- chore: [sc-125799] Update compile-action to run on Node 20 by @laupow in #32
Important
compile-action@v1
now requires a minimum GitHub Action Runner version of v2.308.0.
- If you use GitHub-hosted runners (most likely), no action is required.
- If you use self-hosted runners, you either need to upgrade the runner to the latest version (one that supports
node20
) or pin your workflow to[email protected]
to keep usingnode16
(not recommended).
Full Changelog: v1.0.4...v1.0.5
v1.0.4
What's Changed
- fix: [sc-125818] Fix auto-version crash on new git repo by @laupow in #28
- chore: [sc-126051] Address babel/traverse by @laupow in #29
- fix: [sc-125817] Fix auto-version crash for deleted files by @laupow in #27
Full Changelog: https://github.com/particle-iot/compile-action/commits/v1.0.4
v1.0.3
v1.0.2
v1.0.1
v1.0.0
What's Changed
- Bootstrap buildpack compiles as default by @laupow in #1
- Add license and documentation by @laupow in #3
- Add publish/release automation by @laupow in #2
- Support absolute paths to source code by @laupow in #5
- Discover and validate platform and device os versions by @laupow in #6
- Add tests to main action method by @laupow in #4
- Add semver support and device-os-output variable by @laupow in #7
- Add automatic product firmware versioning by @laupow in #8
- Note about project release state by @laupow in #9
- Use /v1/build_targets API by @laupow in #10
- Document library install workaround by @laupow in #12
- Compiling .ino files by @laupow in #11
- Documentation note by @laupow in #13
- Switch to root directory for sources default by @laupow in #14
- Switch to wiring-preprocessor by @laupow in #16
- Documentation improvements by @laupow in #17
- Add debug objects by @laupow in #15
- Release v1 tag by @laupow in #18
New Contributors
Full Changelog: https://github.com/particle-iot/compile-action/commits/v1.0.0
v1.0.0-rc.0
What's Changed
- Bootstrap buildpack compiles as default by @laupow in #1
- Add license and documentation by @laupow in #3
- Add publish/release automation by @laupow in #2
- Support absolute paths to source code by @laupow in #5
- Discover and validate platform and device os versions by @laupow in #6
- Add tests to main action method by @laupow in #4
- Add semver support and device-os-output variable by @laupow in #7
- Add automatic product firmware versioning by @laupow in #8
- Note about project release state by @laupow in #9
- Use /v1/build_targets API by @laupow in #10
- Document library install workaround by @laupow in #12
- Compiling .ino files by @laupow in #11
- Documentation note by @laupow in #13
- Switch to root director for sources default by @laupow in #14
- Switch to wiring-preprocessor by @laupow in #16
- Documentation improvements by @laupow in #17
- Add debug objects by @laupow in #15
- Release v1 tag by @laupow in #18
New Contributors
Full Changelog: https://github.com/particle-iot/compile-action/commits/v1.0.0-rc.0