Changelog
Release notes for @rogue/console-sdk. The canonical source is the package
CHANGELOG.md,
generated by Changesets — every
change to the public surface ships with a changeset whose bump type matches the
API-surface diff (SDK_PLAN.md §6.5). This page mirrors that file for readers who
live in the docs.
Versioning policy
Section titled “Versioning policy”@rogue/console-sdk follows Semantic Versioning with a
pre-1.0 (0.x) convention: while the major version is 0, a minor bump
(0.1.0 → 0.2.0) signals a breaking change and a patch bump
(0.1.0 → 0.1.1) is everything else — features, fixes, and docs. This is
stricter than the App-store-friendly reading of semver, and it is enforced
mechanically: any diff in the committed public-API surface snapshot
(etc/api-surface.md) requires a changeset whose bump type matches, so
accidental surface drift is a red CI check.
1.0.0 ships once the example app passes the hardware-verified, release-mode
smoke test (scan → connect → workout → save → sync) on the two most recent Expo
SDKs. See the versioning note for the full policy.
0.1.0 — unreleased
Section titled “0.1.0 — unreleased”Initial scaffold. No public API is stable yet; this entry is a placeholder until the first tagged release.