From aa8594c55999cbd8169554242f5351cf6bd7b7cd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 17:49:34 +0000 Subject: [PATCH] chore(release): prepare v5.1.1 --- .changesets/{ => archive/v5.1.1}/fix_pinset.md | 0 .changesets/{ => archive/v5.1.1}/hotfix-inputcapture.md | 0 CHANGELOG.md | 9 +++++++++ VERSION | 2 +- 4 files changed, 10 insertions(+), 1 deletion(-) rename .changesets/{ => archive/v5.1.1}/fix_pinset.md (100%) rename .changesets/{ => archive/v5.1.1}/hotfix-inputcapture.md (100%) diff --git a/.changesets/fix_pinset.md b/.changesets/archive/v5.1.1/fix_pinset.md similarity index 100% rename from .changesets/fix_pinset.md rename to .changesets/archive/v5.1.1/fix_pinset.md diff --git a/.changesets/hotfix-inputcapture.md b/.changesets/archive/v5.1.1/hotfix-inputcapture.md similarity index 100% rename from .changesets/hotfix-inputcapture.md rename to .changesets/archive/v5.1.1/hotfix-inputcapture.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 275b749be..560f735f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ The revived semantic-versioning baseline starts at `v5.0.0`. Historical releases that predate this file remain available in Git tags such as `v1.0.0`, `v3.0.0`, `v4.0.0-beta`, and `h10`. +## v5.1.1 - 2026-04-14 + +### Fixes + +- RXER pin for Ethernet is now optional + 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 +- input capture hotfix for errorhandler + fix: make dummy have invalid channel nÂș for rising, falling + ## v5.1.0 - 2026-04-05 ### Features diff --git a/VERSION b/VERSION index 831446cbd..ac14c3dfa 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.1.0 +5.1.1