Skip to content

Commit 3b04201

Browse files
committed
Prepare for 0.13.0 release
* Update library version * Update Changelog
1 parent 3fa1555 commit 3b04201

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.13.0] - 2022-01-19
8+
### Added
9+
- SEN54 Example code and tutorial
10+
- SEN55 Example code and tutorial
11+
- SVM41 Example code and tutorial
12+
713
## [0.12.0] - 2022-01-12
814
### Added
915
- New sample types allowing PM2P5 values > 1000 (up to 6552)
@@ -99,7 +105,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99105
### Added
100106
- Initial release supporting T_RH_CO2_ALT datatype only.
101107

102-
[Unreleased]: https://github.com/sensirion/sensirion_gadgetble_arduino_library/compare/v0.12.0...HEAD
108+
[Unreleased]: https://github.com/sensirion/sensirion_gadgetble_arduino_library/compare/v0.13.0...HEAD
109+
[0.13.0]: https://github.com/sensirion/sensirion_gadgetble_arduino_library/compare/v0.12.0...v0.13.0
103110
[0.12.0]: https://github.com/sensirion/sensirion_gadgetble_arduino_library/compare/v0.11.0...v0.12.0
104111
[0.11.0]: https://github.com/sensirion/sensirion_gadgetble_arduino_library/compare/v0.10.0...v0.11.0
105112
[0.10.0]: https://github.com/sensirion/sensirion_gadgetble_arduino_library/compare/v0.9.0...v0.10.0

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Sensirion Gadget BLE Arduino Lib
2-
version=0.12.0
2+
version=0.13.0
33
author=Bjoern Muntwyler
44
maintainer=Sensirion AG <sensirion.com>
55
sentence=Library for BLE communication between BLE Gadgets and the MyAmbience app.

0 commit comments

Comments
 (0)