Skip to content

chore(release): v10.0.0 (semver-honest major bump of v9.1.0 surface)#518

Merged
userFRM merged 1 commit into
mainfrom
chore/v10.0.0
May 9, 2026
Merged

chore(release): v10.0.0 (semver-honest major bump of v9.1.0 surface)#518
userFRM merged 1 commit into
mainfrom
chore/v10.0.0

Conversation

@userFRM
Copy link
Copy Markdown
Owner

@userFRM userFRM commented May 9, 2026

Summary

Semver-honest major version bump. The v9.0.x → v9.1.0 wave introduced 12 major API breaks per `cargo-semver-checks`; Rust semver classifies that diff as a major bump. v10.0.0 promotes the v9.1.0 surface to a semver-honest major version with no further code changes.

Change

  • Project version: 9.1.0 → 10.0.0 across `crates/thetadatadx`, `ffi`, `tools/{cli,mcp,server}`, `sdks/{python,typescript}`.
  • All standalone Cargo.lock files re-locked.
  • `tdbe` stays at 0.13.1 (no API change in this bump).
  • CHANGELOG + docs-site mirror updated with `[10.0.0]` entry.

Test plan

  • `cargo fmt --all -- --check`
  • `cargo clippy --workspace --locked -- -D warnings`
  • `cargo test --workspace --locked`
  • `cargo run -p thetadatadx --bin generate_sdk_surfaces -- --check`
  • `python3 scripts/check_docs_consistency.py`
  • `cargo semver-checks --baseline-rev v9.0.0` — still fails with the same 12 major breaks; that is what the v10.0.0 bump exists to acknowledge.

Follow-up

Once merged: tag `v10.0.0` on the new main HEAD; release-on-tag publish chain uploads thetadatadx 10.0.0 to crates.io alongside the existing 9.1.0.

The v9.0.x → v9.1.0 wave introduced 12 major API breaks per
cargo-semver-checks; Rust semver classifies that diff as a major
version bump. v10.0.0 promotes the v9.1.0 surface to a
semver-honest major version. No further code changes.

Bumped: crates/thetadatadx, ffi, tools/{cli,mcp,server},
sdks/{python,typescript}. All standalone Cargo.lock files
re-locked. tdbe stays at 0.13.1 (no API change). CHANGELOG +
docs-site mirror updated with [10.0.0] entry covering migration
guidance and the breaking-change set carried over from v9.1.0.

Pre-push pipeline: cargo fmt --check, clippy --workspace --locked
-- -D warnings, test --workspace --locked, generate_sdk_surfaces
--check, docs consistency.
@userFRM userFRM merged commit 79db040 into main May 9, 2026
34 checks passed
@userFRM userFRM deleted the chore/v10.0.0 branch May 9, 2026 20:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant