Skip to content

v0.3.1

Latest

Choose a tag to compare

@github-actions github-actions released this 15 Sep 20:57
c36b3ff

0.3.1 (2026-09-15)

⚠ BREAKING CHANGES

  • api: 3 breaking changes to the SDK surface.
    • Property planet.habitabilityIndex type changed from number<float> to number<float>.
    • Property planet.physicalProperties type changed from object to object.
    • Property planet.atmosphere type changed from Array<object> to Array<object>.

Features

  • api: update property planet.habitabilityIndex (+3 more changes) (d13d692)

Chores