Skip to content

Commit

Permalink
Merge pull request #1 from Sensirion/prep-for-0.3.0
Browse files Browse the repository at this point in the history
Prep for 0.3.0 release
  • Loading branch information
qfisch authored Feb 9, 2024
2 parents 900d33b + 551d9f2 commit 115d07b
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 21 deletions.
60 changes: 40 additions & 20 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=Sensirion UPT Core
version=0.2.0
version=0.3.0
author=Jonas Stolle, Maximilian Paulsen
maintainer=Sensirion AG <sensirion.com>
sentence=Library for definitions and configurations used by other Sensirion Unified Prototyping Toolkit (UPT) libraries.
Expand Down

0 comments on commit 115d07b

Please sign in to comment.