Bump to 0.2.1:1
Build Service / BuildPackage (push) Canceled after 0s

Wrapper-only revision: the images are unchanged from 0.2.1:0, so only the
downstream digit moves. Release notes now describe this revision (rebuilt
against start-sdk 2.0.9, requires StartOS 0.4.0-beta.10) instead of 0.2.1:0's
image bumps.

The version file moves to versions/current.ts, where the guide keeps the latest
version — a dated file is only for a released version that carries a migration,
and this bump carries none. No `other` entry is needed: the version graph
synthesizes a range beneath current, and the packed manifest derives
canMigrateFrom <=0.2.1:1.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-07-30 12:03:02 -04:00
co-authored by Cursor
parent b1d4890320
commit 5bd878ac2d
4 changed files with 22 additions and 26 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
import { VersionGraph } from '@start9labs/start-sdk'
import { v_0_2_1_0 } from './v0.2.1.0'
import { current } from './current'
export const versionGraph = VersionGraph.of({
current: v_0_2_1_0,
current,
other: [],
})