New Tag 0.0.12
What's Changed
Android
- Removed a workaround for a bug triggered by Android environment variables #246
- Changed the default Android SDK build command #269
- Added support for
.bundlefiles in emulator tests #276 - Fixed Android build for non-default NDKs by also updating
ANDROID_NDK_ROOT#280
Platform / Build
- Static SDK: Build now uses the SDK triple #274
- FreeBSD: Fixed test runner to
cdinto the correct directory before running package tests #275 - Wasm: Updated the build command in the workflow #272
- Xcode: Default versions updated to Xcode 27 Beta 2 #293
- Swift nightly: Updated to 6.4.x #278
Workflow Improvements
- Extracted PR Dependency Check for
github-workflowsinto its own file #270 - Added a proposal validation workflow with documentation #288
- Added retry logic when retrieving PR information #284
- Added option to skip analysis in
doc-check#282 - Fixed a syntax issue in
dock-check#290 - Parametrized the
swift-formatbinary #285 - Added
GITHUB_TOKENenv variable for the extraction tool #295 - Updated
actions/checkoutto v7 #294
Tooling / Lint
- Extended the ignore list in the
flake8config #279 - Bumped
gregsdennis/dependencies-actionfrom 1.4.1 to 1.4.2 #266
Docs
- Fixed a missing closing backtick in an error message #286