Skip to content

Commit aa8594c

Browse files
chore(release): prepare v5.1.1
1 parent f8c628f commit aa8594c

4 files changed

Lines changed: 10 additions & 1 deletion

File tree

File renamed without changes.
File renamed without changes.

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ The revived semantic-versioning baseline starts at `v5.0.0`.
66
Historical releases that predate this file remain available in Git tags such as
77
`v1.0.0`, `v3.0.0`, `v4.0.0-beta`, and `h10`.
88

9+
## v5.1.1 - 2026-04-14
10+
11+
### Fixes
12+
13+
- RXER pin for Ethernet is now optional
14+
H11 ethernet doesn't use RXER pin. The RXER pin is now a pointer so it can hold a nullptr. Ethernet constructor now has a std::optional for this pin
15+
- input capture hotfix for errorhandler
16+
fix: make dummy have invalid channel nº for rising, falling
17+
918
## v5.1.0 - 2026-04-05
1019

1120
### Features

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.1.0
1+
5.1.1

0 commit comments

Comments
 (0)