Skip to content

v3.0.0

Compare
Choose a tag to compare
@nasa9084 nasa9084 released this 30 Mar 13:38
· 11 commits to main since this release

Changes

  • fix: Status() error decoding JSON data: json: cannot unmarshal string into Go struct field DeviceStatus.body.version of type int (#13)
    • version field for the Tilt device is an int but it's a string for other devices. It will be unmarshaled into the DeviceVersion type
  • Chore: Update go version