import { VersionInfo } from '@start9labs/start-sdk' export const v_0_2_43 = VersionInfo.of({ version: '0.2.43:0', releaseNotes: { en_US: 'Historical NAV backfill: the batch history import now also records each ' + "quarter's NAV in the fund's valuation history, matched against the current " + 'book without ever modifying holdings or cost basis. The single-file import ' + 'automatically treats a file older than the newest quarter the same safe way, ' + 'fixing a path where importing an old workbook could regress cost basis and ' + 'resurrect exited positions.', }, migrations: { up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })