Skip to content

Commit

Permalink
Updates for version 0.11 release
Browse files Browse the repository at this point in the history
Signed-off-by: Ron Evans <ron@hybridgroup.com>
  • Loading branch information
deadprogram committed Mar 7, 2020
1 parent 0c7b6c0 commit 08cc84c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
0.11.0
---
- **new devices**
- shiftregister: Support for various shift register chips (#135)
- **enhancements**
- shifter: simplify API surface for PyBadge (#137)
- shifter: new API for shifter driver
- mqtt: use buffered channels for incoming messages to handle bursts
- ili9341: Adding scroll functionality (#121)
- **bugfixes**
- wifinina: fix typo on StartScanNetworks
- ili9341: various bugfixes for display
- **examples**
- semihosting: add example
- **docs**
- readme: Use degree sign instead of ordinal
- all: fix celsius symbol in all code comments

0.10.0
---
- **new devices**
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ package drivers

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

0 comments on commit 08cc84c

Please sign in to comment.