bme280-rs 0.2.0

A crate to query BME280 sensors over I²C
Documentation
# Changelog

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

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## Version [0.2.0] - 2024-02-04

### Added

- Add support for `embedded-hal-async` version 1
- Add support for `uom` quantities

### Changed

- Migrate to `embedded-hal` version 1
- Use structured data for samples

### Fixed

- Use correct quantity names in log messages


## Version [0.1.0] - 2022-10-29

### Added

- Initial implementation.

[0.1.0]: https://gitlab.com/claudiomattera/bme280-rs/-/tags/v0.1.0
[0.2.0]: https://gitlab.com/claudiomattera/bme280-rs/-/tags/v0.2.0