Skip to content

Commit 6e325a8

Browse files
committed
v0.3
1 parent c33fd52 commit 6e325a8

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.3.0]
11+
12+
### Changed
13+
- Moved to stable UPT Core 1.0.0
14+
1015
## [0.2.2]
1116

1217
### Fixed

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Sensirion UPT Display
2-
version=0.2.2
2+
version=0.3.0
33
author=Maximilian Paulsen, Quentin Fisch
44
maintainer=Sensirion AG <sensirion.com>
55
sentence=Easily display UPT measurements on compatible hardware.

platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ default_envs = basicUsage
1414
lib_deps_builtin =
1515
TFT_eSPI@^2.5.43
1616
lib_deps_external =
17-
Sensirion/Sensirion UPT Core@^0.9.5
17+
Sensirion/Sensirion UPT Core@^1.0.0
1818
basicusage_srcdir = ${PROJECT_DIR}/examples/basicUsage/
1919
infopage_srcdir = ${PROJECT_DIR}/examples/infoPage/
2020

0 commit comments

Comments
 (0)