Skip to content

Releases: Atmelfan/scpi-rs

v1.0.1

15 May 12:24
718dfa8
Compare
Choose a tag to compare

What's Changed

  • Update to Syn 2.0 and uom 0.36 by @MatthieuDartiailh in #28
  • Added Default impl to scpi-contrib status commands

New Contributors

Full Changelog: v1.0.0...v1.0.1

Version 1.0.0

14 Mar 21:35
Compare
Choose a tag to compare

What's Changed

  • v1.0.0 release by @Atmelfan in #21
  • New generic API
  • Moved abstractions and subsystems into a new crate scpi-contrib

Full Changelog: v0.4.4...v1.0.0

Version 0.4.4

30 Jul 17:04
68abdda
Compare
Choose a tag to compare

Updated uom dependency

What's Changed

Full Changelog: v0.4.3...v0.4.4

Version 0.4.3

19 May 07:41
0b28d11
Compare
Choose a tag to compare

Fixed build issues on nightly/no_std environments

Full Changelog: v0.4.2...v0.4.3

Version 0.4.2

17 Feb 08:36
3b06f08
Compare
Choose a tag to compare

Updated uom and lexical_core dependencies. The "no_std" feature has been replaced by the "std" feature (i.e. inverted).