Skip to content

Commit ce0ce03

Browse files
committed
all: release 0.22.0
Signed-off-by: deadprogram <[email protected]>
1 parent 5bd814c commit ce0ce03

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

CHANGELOG.md

+34
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
1+
0.22.0
2+
---
3+
- **new devices**
4+
- epd: add waveshare 2.9in (v1)
5+
- makeybutton: add driver for MakeyMakey-like button
6+
7+
- **enhancements**
8+
- **rtl8720dn**
9+
- add UDP close function
10+
- improve error handling
11+
- **net/http**
12+
- improve header parsing
13+
- add last-will-and-testament to MQTT
14+
- **net/mqtt**
15+
- adds keepalive pinging, disconnect, and graceful goroutine cleanup
16+
- support for cookies when https
17+
- add support for retained messsages
18+
19+
- **bugfixes**
20+
- irremote: Fix irremote reporting incorrect NEC addresses and command codes (#422)
21+
- net/http: Fix http.Get() with port specification
22+
23+
- **build**
24+
- Makefile recursively finds unit-tests
25+
- switching to GHA
26+
27+
- **updates**
28+
- update tinyfont to v0.3.0
29+
- update tinyfs to v0.2.0
30+
31+
- **examples**
32+
- rtl8720dn: add ./examples/rtl8720dn/version
33+
34+
135
0.21.0
236
---
337
- **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.21.0"
5+
const Version = "0.22.0"

0 commit comments

Comments
 (0)