New
v0.14.1
This patch release is an initial start to upgrading to swift-transformers >1.0.0 and Swift 6 concurrency. It also includes some QoL fixes for tests and adds flexibility to the TranscribeTask for subclassing.
What's Changed
- Use default checkout setting in CI script for unit tests by @naykutguven in https://github.com/argmaxinc/WhisperKit/pull/363
- Add
Sendableconformance to public structs by @naykutguven in https://github.com/argmaxinc/WhisperKit/pull/362 - Set watchOS and visionOS minimum deployment targets in Package manifest instead by @naykutguven in https://github.com/argmaxinc/WhisperKit/pull/360
- Prepare for new swift-transformers, add TranscribeTask hooks by @ZachNagengast in https://github.com/argmaxinc/WhisperKit/pull/367
New Contributors
- @naykutguven made their first contribution in https://github.com/argmaxinc/WhisperKit/pull/363
Full Changelog: https://github.com/argmaxinc/WhisperKit/compare/v0.14.0...v0.14.1