Releases: Atmelfan/scpi-rs
Releases · Atmelfan/scpi-rs
v1.0.2
What's Changed
- Update CI/CD workflows by @Atmelfan in #24
- Update SCPI standard link by @MatthieuDartiailh in #29
- Update lexical-core requirement from 0.8 to 1.0 by @dependabot in #30
Full Changelog: v1.0.1...v1.0.2
v1.0.1
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
- @MatthieuDartiailh made their first contribution in #28
Full Changelog: v1.0.0...v1.0.1
Version 1.0.0
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
Updated uom dependency
What's Changed
- Update uom requirement from 0.32.0 to 0.33.0 by @dependabot in #19
Full Changelog: v0.4.3...v0.4.4
Version 0.4.3
Fixed build issues on nightly/no_std environments
Full Changelog: v0.4.2...v0.4.3
Version 0.4.2
Updated uom and lexical_core dependencies. The "no_std" feature has been replaced by the "std" feature (i.e. inverted).