Skip to content

Commit

Permalink
Prep release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
qfisch committed Nov 4, 2024
1 parent a799f87 commit b4e6b96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
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 BLE Auto Detection
version=0.1.0
version=0.2.0
author=Bjoern Muntwyler, Maximilian Paulsen
maintainer=Sensirion AG <sensirion.com>
sentence=Automatically detects Sensirion Gadgets via Bluetooth and reads out measurement data.
Expand Down

0 comments on commit b4e6b96

Please sign in to comment.