Skip to content

Commit 9337247

Browse files
committed
release: prepare for v0.8.0
Signed-off-by: Ron Evans <[email protected]>
1 parent 7dcbfbe commit 9337247

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
0.8.0
2+
---
3+
- **new devices**
4+
- mcp3008: add implementation for MCP3008 ADC with SPI interface
5+
- semihosting: initial implementation of ARM semihosting
6+
- **enhancements**
7+
- espat: refactor response processing for greater speed and efficiency
8+
- espat: implement mqtt subscribe functionality via blocking select/channels (experiemental)
9+
- **bugfixes**
10+
- st7789: fix index out of bounds error
11+
- **examples**
12+
- Add espat driver example for mqtt subscribe
13+
114
0.7.0
215
---
316
- **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.7.0"
5+
const Version = "0.8.0"

0 commit comments

Comments
 (0)