Skip to content

Commit

Permalink
v0.2.1 release (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
doawoo authored Aug 30, 2023
1 parent 9b4e163 commit a612a91
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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).

## [0.2.1] - 2023-08-30

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

## [0.2.0] - 2023-07-14

### Changed
Expand Down Expand Up @@ -61,6 +67,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial release

[0.2.1]: https://github.com/elixir-sensors/sht4x/compare/v0.2.0..v0.2.1
[0.2.0]: https://github.com/elixir-sensors/sht4x/compare/v0.1.4..v0.2.0
[0.1.4]: https://github.com/elixir-sensors/sht4x/compare/v0.1.3..v0.1.4
[0.1.3]: https://github.com/elixir-sensors/sht4x/compare/v0.1.2..v0.1.3
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule SHT4X.MixProject do
use Mix.Project

@version "0.2.0"
@version "0.2.1"
@source_url "https://github.com/elixir-sensors/sht4x"
@sht4x_datasheet_url "https://developer.sensirion.com/fileadmin/user_upload/customers/sensirion/Dokumente/2_Humidity_Sensors/Datasheets/Sensirion_Humidity_Sensors_SHT4x_Datasheet.pdf"

Expand Down

0 comments on commit a612a91

Please sign in to comment.