Skip to content

0.0.9

Latest

Choose a tag to compare

@github-actions github-actions released this 24 Jul 21:51
· 4 commits to main since this release
Immutable release. Only release title and notes can be modified.
bc39fd3

This release includes small performance improvements, new object.* builtins, and upgrades our minimum Swift toolchain and OS versions.

object.filter, object.remove, object.subset (#187)

Swift OPA now supports some new object.* builtins:

Authored by @DFrenkel

Swift Tools Version updated to 6.1 (#183)

We have updated the minimum Swift toolchain version required to build Swift OPA from 6.0 to 6.1.

This change gives the project access to package traits, which will allow us to separate out optional dependencies better.

Minimum platform OS versions updated for macOS and iOS (#185)

We have updated the minimum platform OS versions required to build Swift OPA from .macOS(.v13) -> .macOS(.v15) and .iOS(.v16) -> .iOS(.v18).

Bumping the OS versions allows us to use Mutex<T> and other newer Swift APIs.