import { VersionInfo } from '@start9labs/start-sdk' export const v_0_2_125 = VersionInfo.of({ version: '0.2.125:0', releaseNotes: { en_US: "Tiny copy fix: the streaming-indicator below the topic list said 'N/M sections ready' which read confusingly against the 'topics · segments' nomenclature elsewhere in the UI ('sections' could be misread as 'segments'). Now says 'N/M windows ready' — matches the relay's internal name for analyze windows.", }, migrations: { up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })