From 102f9ea4e67cf1c1ca99cdc21918ae2e95c56979 Mon Sep 17 00:00:00 2001 From: Quentin Fisch Date: Fri, 9 Feb 2024 12:20:36 +0100 Subject: [PATCH 1/2] updated changelog --- CHANGELOG.md | 60 ++++++++++++++++++++++++++++++++++------------------ 1 file changed, 40 insertions(+), 20 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3c6ff1..8a3e11d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,51 +1,71 @@ # Changelog + 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.3.0] - Breaking Changes + ### Added -- Additional SensorTypes for all detectable sensor versions -- BLEGadgetType enum for Sensirion BLE Gadgets -- Raw VOC and NOX signal types + +- Additional SensorTypes for all detectable sensor versions +- BLEGadgetType enum for Sensirion BLE Gadgets +- Raw VOC and NOX signal types +- Utility to print 'Measurement' to Serial ### Modified -- Renamed SensorID to SensorType -- Replaced DataPoint with a more comprehensive Measurement object -- Updated library examples -- Updated library APIs + +- Renamed SensorID to SensorType +- Replaced DataPoint with a more comprehensive Measurement object +- Updated library examples +- Updated library APIs +- Renamed Library in Arduino and PlatformIO registry ## [0.2.0] + ### Modified -- Placed platformio.ini file in project root directory -- Switched away from using std::string + +- Placed platformio.ini file in project root directory +- Switched away from using std::string ## [0.1.5] + ### Added -- Printing cases for Gas Concentration SignalType + +- Printing cases for Gas Concentration SignalType ## [0.1.4] + ### Added -- Gas Concentration SignalType + +- Gas Concentration SignalType ## [0.1.3] + ### Added -- Data structure for data points -- Sensor ID enum + +- Data structure for data points +- Sensor ID enum ## [0.1.2] + ### Added -- Velocity SignalType -- AV_T DataType -- CI lint check + +- Velocity SignalType +- AV_T DataType +- CI lint check ## [0.1.1] + ### Added -- Add monitor speed to platformio.ini -- README instructions for getting started + +- Add monitor speed to platformio.ini +- README instructions for getting started ## [0.1.0] + ### Added -- Sensirion BLE Protocol -- SignalType with matching String methods + +- Sensirion BLE Protocol +- SignalType with matching String methods From 551d9f2a6db3393607b5b69745c033ddfe7247e6 Mon Sep 17 00:00:00 2001 From: Quentin Fisch Date: Fri, 9 Feb 2024 12:20:48 +0100 Subject: [PATCH 2/2] updated version --- library.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.properties b/library.properties index 1b1d1cb..a4f4423 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Sensirion UPT Core -version=0.2.0 +version=0.3.0 author=Jonas Stolle, Maximilian Paulsen maintainer=Sensirion AG sentence=Library for definitions and configurations used by other Sensirion Unified Prototyping Toolkit (UPT) libraries.