Skip to content

SDK version 0.1.0 while CLI is 1.0.0 #78

@brandonrc

Description

@brandonrc

Problem

The generated SDK crate is at version 0.1.0 while the CLI itself is at 1.0.0. Under semver, 0.x versions allow breaking changes on every minor bump. Any SDK regeneration can break downstream consumers without a major version bump signal.

Suggested Fix

Either:

  1. Bump the SDK to 1.0.0 to match the CLI and follow semver stability guarantees
  2. Document the versioning policy explicitly, explaining that the SDK version tracks independently and pre-1.0 means the generated API surface may change

Source

Quality audit, 2026-03-23.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions