import { VersionInfo } from '@start9labs/start-sdk' export const v_0_2_16 = VersionInfo.of({ version: '0.2.16:0', releaseNotes: { en_US: 'Clear and rebuild a fund: re-import with the new "Replace existing holdings" option to wipe a fund\'s old positions and rebuild from the file — for when a source change (e.g. Carta → eNAV) renamed every position. Also available as the "Reset Fund Holdings" and "List Funds" actions. Investor capital accounts are never affected.', }, migrations: { up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })