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