13 lines
504 B
TypeScript
13 lines
504 B
TypeScript
import { VersionInfo } from '@start9labs/start-sdk'
|
|
|
|
export const v_0_2_117 = VersionInfo.of({
|
|
version: '0.2.117:0',
|
|
releaseNotes: {
|
|
en_US: 'Internal meetings: add post-hoc speaker-correction tools — merge two clusters that are actually one person, and re-run diarization at a higher strictness to split over-merged speakers. Both reflow per-line attributions, names, extras, and downloads.',
|
|
},
|
|
migrations: {
|
|
up: async ({ effects }) => {},
|
|
down: async ({ effects }) => {},
|
|
},
|
|
})
|