Skip to content

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sirhcel committed Oct 13, 2024
1 parent b1ea5b9 commit 5051836
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 5051836

Please sign in to comment.