import { VersionInfo } from '@start9labs/start-sdk' export const v_0_2_21 = VersionInfo.of({ version: '0.2.21:0', releaseNotes: { en_US: 'Importing with replace-existing-holdings now asks for confirmation before clearing a fund, and shows step-by-step progress. You can expand an audit log entry to see its full detail. Entities with no investments show a clear empty state. A brief server hiccup shows a retry prompt instead of logging you out. Backend adds document upload size limits, database indexes, and an automated test suite.', }, migrations: { up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })