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

Commit

Permalink
Merge pull request #106 from Sensirion/prepare-7.0.0-release
Browse files Browse the repository at this point in the history
Prepare 7.0.0 release
  • Loading branch information
rnestler authored Sep 1, 2020
2 parents 440ccdd + e027c9e commit 1cb5acd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [7.0.0] - 2020-09-01

* [`added`] Initial driver for SGP40
* [`added`] Initial SGP40 VOC Index driver bundle
* [`fixed`] Use correct command for `sgpc3_tvoc_init_no_preheat()`
Expand Down Expand Up @@ -107,7 +109,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

* First public release

[Unreleased]: https://github.com/Sensirion/embedded-sgp/compare/6.0.0...master
[Unreleased]: https://github.com/Sensirion/embedded-sgp/compare/7.0.0...master
[7.0.0]: https://github.com/Sensirion/embedded-sgp/compare/6.0.0...7.0.0
[6.0.0]: https://github.com/Sensirion/embedded-sgp/compare/5.0.0...6.0.0
[5.0.0]: https://github.com/Sensirion/embedded-sgp/compare/4.0.0...5.0.0
[4.0.0]: https://github.com/Sensirion/embedded-sgp/compare/3.1.4...4.0.0
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
This repository contains the embedded driver sources for Sensirion's
SGP product line.

## Download the Latest Driver Release

**Download the latest ready-to-use driver bundle from the [releases
page](https://github.com/Sensirion/embedded-sgp/releases/)**

We strongly recommend to use the driver from the release bundle instead of
cloning the repository.

## Clone this repository
```
git clone --recursive https://github.com/Sensirion/embedded-sgp.git
Expand Down

0 comments on commit 1cb5acd

Please sign in to comment.