Skip to content

Subprocess 0.3

Latest

Choose a tag to compare

@iCharlesHu iCharlesHu released this 23 Jan 21:29
ba5888a

This release includes many important bug fixes. In particular:

#211 fixes an issue that causes swiftly to arbitrarily select swift executables in PATH.

What's Changed

  • Set interface include directory for the subprocess target by @owenv in #201
  • Fix Environment.updating for custom and rawBytes by @a7medev in #199
  • Enable Android CI by @jakepetroules in #202
  • Fix Android builds with NDK r28 and later by @jakepetroules in #203
  • Fix the compiler version check for Span availability by @cmcgee1024 in #204
  • Retroactively conform DispatchData to Sendable when building with older macOS SDKs in Swift CI by @owenv in #205
  • Adapt to swiftlang/github-workflows changes by @jakepetroules in #208
  • chore: restrict GitHub workflow permissions - future-proof by @incertum in #197
  • Revert the compiler version check for the span default trait by @cmcgee1024 in #209
  • Keep order of paths fixed by @SimplyDanny in #211
  • Move CODEOWNERS to .github/CODEOWNERS by @ahoppen in #216
  • Update GitHub Workflow to use soundness.yml for Format Checking by @iCharlesHu in #219
  • Add ENOTDIR as an acceptable spawn error by @iCharlesHu in #218
  • Remove duplicate include by @AZero13 in #214

New Contributors

Full Changelog: 0.2...0.3