bme680-rust/CHANGELOG.md
2019-11-27 11:08:08 +01:00

1.8 KiB

Change Log

0.5.0 (2019-11-27)

Full Changelog

  • Migrate example to futures 0.3 and toko 0.2.
  • Migrate crate to Rust 2018 edition.

0.4.3 (2018-03-19)

Full Changelog

  • @caemor replaced non no_std compatible f32.signum and f32.abs. Fixes #14.

0.4.2 (2018-01-05)

Full Changelog

  • get_sensor_settings now properly returns the configured temperature offset, closes #12. Thank you @nickbroon for reporting this and @caemor for the feedback.

0.4.1 (2018-12-22)

Full Changelog

  • with_temperature_offset now uses f32 instead ofi32. Fixed calulation for non negative offsets.

0.4.0 (2018-12-18)

Full Changelog

  • Add with_temperature_offset to SettingsBuilder for specifying a temperature offset for the temperature calculation.

0.3.2 (2018-11-12)

Full Changelog

  • Add screenshots to documentation
  • Removed Cargo.lock
  • Update dependencies:
    • env-logger to v0.6
    • influent to v0.5

Merged pull requests:

  • Use no_std in reading temperatures example #4 (chrysn)