import { VersionInfo } from '@start9labs/start-sdk' export const v_0_2_5 = VersionInfo.of({ version: '0.2.5:0', releaseNotes: { en_US: 'Fund page Partners and Documents tabs. Partners lists each member with their investor ID, login status (members imported without a password show "No login yet" until you set one), and latest capital value. Documents shows all of the fund\'s files for admins.', }, migrations: { // Adds users.login_enabled; applied by Alembic on startup. up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })