Skip to content

Commit e168580

Browse files
chore(release): prepare v5.2.0 (#623)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ab9b2cc commit e168580

6 files changed

Lines changed: 15 additions & 1 deletion

File tree

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

CHANGELOG.md

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

1125
### 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)