File tree 2 files changed +19
-1
lines changed
2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
19
0.10.0
2
20
---
3
21
- ** new devices**
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ package drivers
2
2
3
3
// Version returns a user-readable string showing the version of the drivers package for support purposes.
4
4
// Update this value before release of new version of software.
5
- const Version = "0.10 .0"
5
+ const Version = "0.11 .0"
You can’t perform that action at this time.
0 commit comments