From a799f87ec3a7d037441d0f7ce47fd3b3f1853de4 Mon Sep 17 00:00:00 2001 From: Quentin Date: Mon, 4 Nov 2024 14:18:07 +0100 Subject: [PATCH 1/2] added registry badges to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6b06981..8d0f693 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # Arduino Sensirion UPT BLE Auto Detection +[![PlatformIO Registry](https://badges.registry.platformio.org/packages/sensirion/library/Sensirion%20UPT%20BLE%20Auto%20Detection.svg)](https://registry.platformio.org/libraries/sensirion/Sensirion%20UPT%20BLE%20Auto%20Detection) [![arduino-library-badge](https://www.ardu-badge.com/badge/Sensirion%20UPT%20BLE%20Auto%20Detection.svg?)](https://www.ardu-badge.com/Sensirion%20UPT%20BLE%20Auto%20Detection) This library enables you to retrieve live measurements form your own Do-It-Yourself BLE enabled sensor gadget or most Sensirion Gadgets on the ESP32 platform. From b4e6b965416d4a1bae1767c80bc0f014148882de Mon Sep 17 00:00:00 2001 From: Quentin Date: Mon, 4 Nov 2024 14:19:32 +0100 Subject: [PATCH 2/2] Prep release 0.2.0 --- CHANGELOG.md | 2 ++ library.properties | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 625e1e8..7720b8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ 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). ## [Unreleased] + +## [0.2.0] ### Fixed - Fix memory leak in NimBLE by calling clearResults after scan results are processed. - Use unit64_t for address (device id) instead of std::string diff --git a/library.properties b/library.properties index dc14b8a..1fb9672 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Sensirion UPT BLE Auto Detection -version=0.1.0 +version=0.2.0 author=Bjoern Muntwyler, Maximilian Paulsen maintainer=Sensirion AG sentence=Automatically detects Sensirion Gadgets via Bluetooth and reads out measurement data.