This minor release bumps our swift-transformers dependency to 1.1.2, and it promotes TranscriptionResult from a struct to an open class so advanced clients can override behavior.
TranscriptionResult API change
Since it's changed from a struct to a class, if you depended on the old value semantics, copying now just passes the same reference around, so mutations will be shared....