Skip to content

Latest commit

 

History

History
91 lines (50 loc) · 2.26 KB

CHANGELOG.md

File metadata and controls

91 lines (50 loc) · 2.26 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.6.0 - 2024-10-19

Changed

  • BREAKING (if using the use-bme680 feature): update embedded-hal to version 1.

0.5.0 - 2023-02-12

Changed

  • Change implementation to compile against BSEC 1.4.9.2 (instead of 1.4.8.0).

0.4.1 - 2023-02-12

Fixed

  • Fix compilation of bme680 module by adding delay arguments.

0.4.0 - 2023-02-12

Changed

  • Update dependencies. In particular, bme680 to version 0.6.0 where methods now requires an additional delay argument.

0.3.1 - 2021-11-09

Fixed

  • Memory orderings for aquireing and releasing BSEC have been slightly relaxed.
  • Memory orderings for the FakeClock (only used in tests) have been relaxed.

0.3.0 - 2021-05-15

Added

  • Support for the HeatSource and DisableBaselineTracker Bosch BSEC inputs in the Bme680Sensor.
  • SubscriptionRequest is now hashable.

Changed

  • The Bme680Sensor cannot be instantiated directly anymore, but is created with the Bme680SensorBuilder.

0.2.0 - 2021-05-10

Changed

  • The bsec::clock::test_support::FakeClock is now Sync.

0.1.2 - 2021-05-04

Try to get documentation to build on docs.rs.

0.1.1 - 2021-05-04

Try to get documentation to build on docs.rs.

0.1.0 - 2021-05-04

Initial release.