import { VersionInfo } from '@start9labs/start-sdk' export const v_0_2_15 = VersionInfo.of({ version: '0.2.15:0', releaseNotes: { en_US: 'Activity log now uses the actual model name and host for custom transcription endpoints — "Uploading audio to parakeet-tdt-0.6b-v3 at 192.168.1.87:8000…" — instead of misleadingly calling everything "Whisper".', }, migrations: { up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })