import { VersionInfo } from '@start9labs/start-sdk' export const v_0_2_40 = VersionInfo.of({ version: '0.2.40:0', releaseNotes: { en_US: 'The bitcoin-denominated value now plots on the LP capital chart: a dashed orange line on its own right-hand ₿ axis shows total value (capital balance + distributions) in bitcoin at each statement date, alongside the dollar series. The statement history table gains a matching "In bitcoin" column. Appears automatically wherever BTC prices are uploaded; no setup change.', }, migrations: { up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })