File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5
5
6
6
## [ Unreleased]
7
7
8
- * [ ` changed ` ] SHT3x driver added macros to easily parse the STATUS register relevant bits
9
- * [ ` changed ` ] SHT3x driver support for alert thresholds configuration (read and write commands)
10
- * [ ` changed ` ] SHT3x driver support for clear status register
11
- * [ ` changed ` ] SHT3x driver allows use of 2 sensors in parallel (addresses 0x44 & 0x45)
8
+
9
+ ## [ 5.3.0] - 2021-03-16
10
+
11
+ * [ ` added ` ] SHT3x driver added macros to easily parse the STATUS register relevant bits
12
+ * [ ` added ` ] SHT3x driver support for alert thresholds configuration (read and write commands)
13
+ * [ ` added ` ] SHT3x driver support for clear status register
14
+ * [ ` added ` ] SHT3x driver allows use of 2 sensors in parallel (addresses 0x44 & 0x45)
12
15
13
16
## [ 5.2.1] - 2020-12-14
14
17
@@ -84,7 +87,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
84
87
85
88
* First public release
86
89
87
- [ Unreleased ] : https://github.com/Sensirion/embedded-sht/compare/5.2.1...master
90
+ [ Unreleased ] : https://github.com/Sensirion/embedded-sht/compare/5.3.0...master
91
+ [ 5.3.0 ] : https://github.com/Sensirion/embedded-sht/compare/5.2.1...5.3.0
88
92
[ 5.2.1 ] : https://github.com/Sensirion/embedded-sht/compare/5.2.0...5.2.1
89
93
[ 5.2.0 ] : https://github.com/Sensirion/embedded-sht/compare/5.1.0...5.2.0
90
94
[ 5.1.0 ] : https://github.com/Sensirion/embedded-sht/compare/5.0.0...5.1.0
You can’t perform that action at this time.
0 commit comments