import { VersionInfo } from '@start9labs/start-sdk' export const v_0_2_3 = VersionInfo.of({ version: '0.2.3:0', releaseNotes: { en_US: 'Replace the Carta importer with a fund-administrator eNAV importer. Reads the holdings (HLD) sheet into holdings, positions, and a quarter valuation; decrypts password-protected workbooks (password entered on upload); reads the report date from the sheet; accepts XLSX or CSV.', }, migrations: { // No schema changes; import is parsing-only. Alembic owns the DB schema on startup. up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })