Skip to content

Commit a15f216

Browse files
committed
release: prepare for v0.19.0
Signed-off-by: deadprogram <[email protected]>
1 parent 5d5378a commit a15f216

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
0.19.0
2+
---
3+
- **new devices**
4+
- ft6336: add support for ft6336
5+
- pca9685: PCA9685 driver
6+
- shtc3: Sensirion SHTC3 Relative Humidity / Temperature i2c sensor
7+
- sx126x: Driver for Semtech sx126x radio modules
8+
- xpt2046: XPT2046 Touch driver (#350)
9+
- **enhancements**
10+
- **hd44780i2c**
11+
- clean up for go fmt
12+
- Needed fixes and update hd44780i2c.go
13+
- **ili9341, ili9342**
14+
- add support for m5stack
15+
- add support for m5stack-core2
16+
- **wifi**
17+
- modify to use shared net.Adapter interface for all supported wifi devices
18+
- wifinina: remove busy wait
19+
- **bugfixes**
20+
- **hd44780**
21+
- fix 4-bit data length flag
22+
- Reset data pins to output mode after reading
23+
- Nano 33 BLE drivers (#351)
24+
- **docs**
25+
- examples/wifi: add unified example for tcpclient that compiles for all supported wifi adaptors
26+
127
0.18.0
228
---
329
- **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.18.0"
5+
const Version = "0.19.0"

0 commit comments

Comments
 (0)