Skip to content

Commit 81bc1bc

Browse files
committed
all: prepare for release 0.23.0
Signed-off-by: deadprogram <[email protected]>
1 parent 1bb1b62 commit 81bc1bc

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

CHANGELOG.md

+31
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
0.23.0
2+
---
3+
- **new devices**
4+
- Add GC9A01 Driver (#452)
5+
- Initial support for VL6180x sensor
6+
7+
- **enhancements**
8+
- **rtl8720dn**
9+
- refactor by bringing this driver more in line with wifinina and espat
10+
- **ssd1306**
11+
- add getter method to the current buffer
12+
- **makeybutton**
13+
- revise to better match the algorithm defined by the original
14+
- **espat,wifinina,rtl8720dn**
15+
- change ssid/pass from const to var
16+
17+
- **bugfixes**
18+
- **microbitmatrix**
19+
- fix inverted axis
20+
- **espat**
21+
- Trim quotes from IP returned by espat's GetDNS()
22+
- **all**
23+
- correct go fmt
24+
25+
- **examples**
26+
- **rtl8720dn**
27+
- remove wifi setting
28+
- add call to optional debug setting
29+
- update all remaining examples for refactored API
30+
31+
132
0.22.0
233
---
334
- **new devices**

version.go

+1-1
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.22.0"
5+
const Version = "0.23.0"

0 commit comments

Comments
 (0)