From 9838e3422f6b644c0cd64c1f6e374722ed10b0fe Mon Sep 17 00:00:00 2001 From: Raphael Nestler Date: Mon, 26 Oct 2020 16:17:30 +0100 Subject: [PATCH 1/2] Update embedded-common No significant changes for end users. --- embedded-common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/embedded-common b/embedded-common index 285cb56..ae8f449 160000 --- a/embedded-common +++ b/embedded-common @@ -1 +1 @@ -Subproject commit 285cb56d69cbdb52827cd11c06cbbb3692a3e98a +Subproject commit ae8f44906690470ac9c03bfdee98893a858ac45b From 05fe6238f3ad1453e17197f67b218d795eacebfb Mon Sep 17 00:00:00 2001 From: Raphael Nestler Date: Mon, 26 Oct 2020 16:19:50 +0100 Subject: [PATCH 2/2] Prepare CHANGELOG for 7.1.0 release * Remove for the end user irrelevant changes in the Makefiles * Reword parts to be more relevant for the end user --- CHANGELOG.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5452bd9..8ee9d20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -* [`changed`] default_config.inc for sgp40_voc_index such that the variable - sgp40_sources matches the one named the same in sgp40. +## [7.1.0] - 2020-10-26 + * [`fixed`] Arduino: Initialize serial port and Wait for it to be ready. -* [`changed`] Makefile to only include needed files from embedded-common +* [`changed`] Only include needed files from embedded-common in release zip * [`changed`] Updated the VOC algorithm used in the SGP40 VOC Index bundle. It now supports tuning of its parameters and storing and restoring its internal state. @@ -117,7 +117,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/7.0.0...master +[Unreleased]: https://github.com/Sensirion/embedded-sgp/compare/7.1.0...master +[7.1.0]: https://github.com/Sensirion/embedded-sgp/compare/7.0.0...7.1.0 [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