Skip to content

Commit 9f23761

Browse files
committed
Updates for v0.12.0 release
Signed-off-by: Ron Evans <[email protected]>
1 parent 2ea6200 commit 9f23761

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
0.12.0
2+
---
3+
- **new devices**
4+
- hcsr04: Added HC-SR04 ultrasonic distance sensor. (#143)
5+
- spi/qspi: Low-level IO driver for serial flash memory via SPI and QSPI (#124)
6+
- tmp102: TMP102 low-power digital temperature sensor (#141)
7+
- amg88xx: AMG88xx thermal camera module
8+
- **bugfixes**
9+
- mqtt: reduce use of goroutines in router to not start a new goroutine for each invocation of each callback
10+
111
0.11.0
212
---
313
- **new devices**

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ package drivers
22

33
// Version returns a user-readable string showing the version of the drivers package for support purposes.
44
// Update this value before release of new version of software.
5-
const Version = "0.11.0"
5+
const Version = "0.12.0"

0 commit comments

Comments
 (0)