Skip to content

Releases: jettify/smartaudio

v0.3.0

05 Feb 22:20
3533396

Choose a tag to compare

Fixed

  • [breaking] Fix typos in public APIs. (#26)

Other

  • Document commands and resonses strcts. (#25)
  • Address idiomatic rust lints. (#23)

v0.2.1

07 Nov 00:59
8a1b58f

Choose a tag to compare

Added

  • implement iterator over input stream. (#18)
  • Implement push_byte methods to get high level frames. (#16)
  • Move constants to separate module. (#14)
  • Implement command frames construction. (#13)
  • Improve defmt support. (#11)

Other

  • Update readme and make more idiomatic assert in the test. (#22)
  • chore! Rename frames module to responses module, for consistency with spec. (#21)
  • Add missing iterator example. (#20)
  • Add example how to use iterator. (#19)
  • Add high level frame parsing example. (#17)
  • Cleanup justfile and updated dependencies. (#15)

v0.2.0

29 Oct 02:54
cea06bb

Choose a tag to compare

Added

  • Add structes for parsed frames. (#8)

Other

  • setup code coverage on CI. (#10)
  • Switch to Apache 2.0 (#9)
  • Souce code clean up from unusec consts. (#7)
  • Update readme and maintainer justfile.

v0.1.1

22 Oct 22:24
c40e243

Choose a tag to compare

Other

  • Add release configuration.