Skip to content

Commit 08cc84c

Browse files
committed
Updates for version 0.11 release
Signed-off-by: Ron Evans <[email protected]>
1 parent 0c7b6c0 commit 08cc84c

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
0.11.0
2+
---
3+
- **new devices**
4+
- shiftregister: Support for various shift register chips (#135)
5+
- **enhancements**
6+
- shifter: simplify API surface for PyBadge (#137)
7+
- shifter: new API for shifter driver
8+
- mqtt: use buffered channels for incoming messages to handle bursts
9+
- ili9341: Adding scroll functionality (#121)
10+
- **bugfixes**
11+
- wifinina: fix typo on StartScanNetworks
12+
- ili9341: various bugfixes for display
13+
- **examples**
14+
- semihosting: add example
15+
- **docs**
16+
- readme: Use degree sign instead of ordinal
17+
- all: fix celsius symbol in all code comments
18+
119
0.10.0
220
---
321
- **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.10.0"
5+
const Version = "0.11.0"

0 commit comments

Comments
 (0)