import { VersionInfo } from '@start9labs/start-sdk' export const v_0_2_34 = VersionInfo.of({ version: '0.2.34:0', releaseNotes: { en_US: "Exited positions can now also be managed from the admin Capital Accounts view: each statement row shows the member's Exited status with the same mark/undo control as the Partners tab, so re-imported eNAV rows carry the badge forward without affecting paid-in totals. Marking a manually-entered investor exited creates their roster row automatically.", }, migrations: { up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })