Skip to content

Commit 6e04dec

Browse files
committed
Prepare for release 0.30
Signed-off-by: deadprogram <[email protected]>
1 parent afb1ea3 commit 6e04dec

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

+29
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
0.30.0
2+
---
3+
- **new devices**
4+
- **comboat**
5+
- Add wifi driver comboat for Elecrow W5 rp2040 and rp2350 devices (#741)
6+
- **max6675**
7+
- Add MAX6675 device
8+
- **TMC2209**
9+
- Added TMC2209 support (#727)
10+
- **TMC5160**
11+
- Added TMC5160 support (#725)
12+
- **sharpmem**
13+
- Add sharpmem (#724)
14+
15+
- **enhancements**
16+
- **net**
17+
- move to latest golang.org/x/net v0.33.0 (#732)
18+
- **microphone**
19+
- update microphone driver to use latest i2s interface
20+
21+
- **bugfixes**
22+
- **net**
23+
- fix typo in DHCP error message
24+
- **aht20**
25+
- Fixed bug in aht20 driver
26+
- **hub75**
27+
- fix data buffering
28+
29+
130
0.29.0
231
---
332
- **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.29.0"
5+
const Version = "0.30.0"

0 commit comments

Comments
 (0)