Skip to content

Commit fd7149c

Browse files
chore(release): prepare v5.2.0
1 parent 54f7ab9 commit fd7149c

5 files changed

Lines changed: 14 additions & 1 deletion

File tree

File renamed without changes.
File renamed without changes.
File renamed without changes.

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@ 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.2.0 - 2026-04-22
10+
11+
### Features
12+
13+
- Create a parameter to choose the type of the variables
14+
15+
### Fixes
16+
17+
- RXER pin for Ethernet is now optional
18+
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
19+
- input capture hotfix for errorhandler
20+
fix: make dummy have invalid channel nº for rising, falling
21+
922
## v5.1.0 - 2026-04-05
1023

1124
### Features

VERSION

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

0 commit comments

Comments
 (0)