From 5051836f99176cdec66b257af750c23d29788fb4 Mon Sep 17 00:00:00 2001 From: Christian Meusel Date: Sun, 13 Oct 2024 22:12:57 +0200 Subject: [PATCH] Add changelog --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f04871b --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,30 @@ +# Changelog + +## [Unreleased] + +### Added + +* Implementations of common traits according to [Rust API Guidelines + Checklist](https://rust-lang.github.io/api-guidelines/checklist.html) +* New I2C address 0x46 for SHT40-CD1B-R3 + +### Changed + +* embedded-hal from 0.2 to 1.0 +* Made `Address` a non-exhaustive enum + +### Fixed + +* Missing local license files +* Link to datasheet + +### Removed + + +## [0.1.0] - 2022-12-01 + +* Initial release + + +[Unreleased]: https://github.com/sirhcel/sht4x/compare/0.1.0..HEAD +[0.1.0]: https://github.com/sirhcel/sht4x/releases/tag/0.1.0