Skip to content

Commit 6a2b38d

Browse files
committed
v0.2.2 release
1 parent 7ad07ae commit 6a2b38d

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,19 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.2.2] - 2023-11-28
9+
10+
### Changed
11+
12+
* Flag bad values from the SHT4X so that they aren't used. Bad values include
13+
the 0x8000/0x8000 bad report and values outside of 0-100 RH and -40-125C
14+
* Add `SHT4X.soft_reset/1`
15+
816
## [0.2.1] - 2023-08-30
917

1018
### Bug Fixes
1119
* `SHT4X.Measurement`'s types have been updated to ensure `:humidity_rh` and `:temperature_c` are `float()`
12-
* The hard-coded `:unusable` measurement value has been updated to return floats as expected.
20+
* The hard-coded `:unusable` measurement value has been updated to return floats as expected.
1321

1422
## [0.2.0] - 2023-07-14
1523

@@ -67,6 +75,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6775
### Added
6876
- Initial release
6977

78+
[0.2.2]: https://github.com/elixir-sensors/sht4x/compare/v0.2.1..v0.2.2
7079
[0.2.1]: https://github.com/elixir-sensors/sht4x/compare/v0.2.0..v0.2.1
7180
[0.2.0]: https://github.com/elixir-sensors/sht4x/compare/v0.1.4..v0.2.0
7281
[0.1.4]: https://github.com/elixir-sensors/sht4x/compare/v0.1.3..v0.1.4

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule SHT4X.MixProject do
22
use Mix.Project
33

4-
@version "0.2.1"
4+
@version "0.2.2"
55
@source_url "https://github.com/elixir-sensors/sht4x"
66
@sht4x_datasheet_url "https://developer.sensirion.com/fileadmin/user_upload/customers/sensirion/Dokumente/2_Humidity_Sensors/Datasheets/Sensirion_Humidity_Sensors_SHT4x_Datasheet.pdf"
77

0 commit comments

Comments
 (0)