Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
Prepare for release 2.1.0 (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
abrauchli authored Jul 8, 2020
1 parent 328579f commit be5fec9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

* [`fixed`] Fix typo in header include-guard now.
## [2.1.0] - 2020-07-08

* [`fixed`] Fix typo in header include-guard.
* [`changed`] Use `float` instead of the custom `float32_t` type
* [`changed`] Use configuration independent endianness conversions: no need to
define SENSIRION_BIG_ENDIAN anymore.
Expand Down Expand Up @@ -62,7 +64,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

* Initial support for SCD30

[Unreleased]: https://github.com/Sensirion/embedded-scd/compare/2.0.2...master
[Unreleased]: https://github.com/Sensirion/embedded-scd/compare/2.1.0...master
[2.1.0]: https://github.com/Sensirion/embedded-scd/compare/2.0.2...2.1.0
[2.0.2]: https://github.com/Sensirion/embedded-scd/compare/2.0.1...2.0.2
[2.0.1]: https://github.com/Sensirion/embedded-scd/compare/2.0.0...2.0.1
[2.0.0]: https://github.com/Sensirion/embedded-scd/compare/1.0.0...2.0.0
Expand Down

0 comments on commit be5fec9

Please sign in to comment.