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
- BREAKING (if using the
use-bme680
feature): updateembedded-hal
to version 1.
0.5.0 - 2023-02-12
- Change implementation to compile against BSEC 1.4.9.2 (instead of 1.4.8.0).
0.4.1 - 2023-02-12
- Fix compilation of
bme680
module by addingdelay
arguments.
0.4.0 - 2023-02-12
- Update dependencies. In particular, bme680
to version 0.6.0 where methods now requires an additional
delay
argument.
0.3.1 - 2021-11-09
- 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
- Support for the
HeatSource
andDisableBaselineTracker
Bosch BSEC inputs in theBme680Sensor
. SubscriptionRequest
is now hashable.
- The
Bme680Sensor
cannot be instantiated directly anymore, but is created with theBme680SensorBuilder
.
0.2.0 - 2021-05-10
- The
bsec::clock::test_support::FakeClock
is nowSync
.
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.