From 52b26cee08d88482b17b2ce2fb968672943e6823 Mon Sep 17 00:00:00 2001 From: Raphael Nestler Date: Fri, 19 Nov 2021 09:50:49 +0100 Subject: [PATCH 1/3] Bump library version to 0.5.3 --- library.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.properties b/library.properties index ff826f8..1766878 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Sensirion Core -version=0.5.2 +version=0.5.3 author=Sensirion maintainer=Sensirion sentence=Library containing code base for Sensirion Sensor Libraries. From 4549e2da51e139a3927ce6c47594b6f6de21924b Mon Sep 17 00:00:00 2001 From: Raphael Nestler Date: Fri, 19 Nov 2021 09:51:29 +0100 Subject: [PATCH 2/3] Prepare CHANGELOG for 0.5.3 release --- CHANGELOG.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 358bad0..fca1173 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,8 +6,8 @@ All notable changes to this project will be documented in this file. The format is based on `Keep a Changelog `_ and this project adheres to `Semantic Versioning `_. -`Unreleased`_ -------------- +`0.5.3`_ 2021-10-19 +------------------- - Add support for sensor specific errors @@ -135,7 +135,8 @@ Removed - Initial release -.. _Unreleased: https://github.com/Sensirion/arduino-core/compare/0.5.2...main +.. _Unreleased: https://github.com/Sensirion/arduino-core/compare/0.5.3...main +.. _0.5.3: https://github.com/Sensirion/arduino-core/compare/0.5.2...0.5.3 .. _0.5.2: https://github.com/Sensirion/arduino-core/compare/0.5.1...0.5.2 .. _0.5.1: https://github.com/Sensirion/arduino-core/compare/0.5.0...0.5.1 .. _0.5.0: https://github.com/Sensirion/arduino-core/compare/0.4.3...0.5.0 From 869d5f2d48c59dd4daf48d1360d35bd659826e57 Mon Sep 17 00:00:00 2001 From: Raphael Nestler Date: Fri, 19 Nov 2021 10:55:49 +0100 Subject: [PATCH 3/3] Update keywords.txt Remove non-existing keywords and adds the missing ones from the public API of the library. Fixes #9 --- CHANGELOG.rst | 1 + keywords.txt | 21 ++++++++++++++++++--- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index fca1173..bba5d59 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -10,6 +10,7 @@ and this project adheres to `Semantic Versioning