From 6428e68c8e149f4e8a6b9931beccbb146449e53b Mon Sep 17 00:00:00 2001 From: David Cermak Date: Tue, 9 Sep 2025 15:59:18 +0200 Subject: [PATCH] bump(eppp): 1.1.0 -> 1.1.1 1.1.1 Bug Fixes - Fix getting context for channel API (94563cdc) - Cover more combinations in build tests (e0b8de8f) --- components/eppp_link/.cz.yaml | 2 +- components/eppp_link/CHANGELOG.md | 7 +++++++ components/eppp_link/idf_component.yml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/components/eppp_link/.cz.yaml b/components/eppp_link/.cz.yaml index 36855ddf5..be4826c4d 100644 --- a/components/eppp_link/.cz.yaml +++ b/components/eppp_link/.cz.yaml @@ -3,6 +3,6 @@ commitizen: bump_message: 'bump(eppp): $current_version -> $new_version' pre_bump_hooks: python ../../ci/changelog.py eppp_link tag_format: eppp-v$version - version: 1.1.0 + version: 1.1.1 version_files: - idf_component.yml diff --git a/components/eppp_link/CHANGELOG.md b/components/eppp_link/CHANGELOG.md index 2efbb0f56..f7b3b180b 100644 --- a/components/eppp_link/CHANGELOG.md +++ b/components/eppp_link/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.1](https://github.com/espressif/esp-protocols/commits/eppp-v1.1.1) + +### Bug Fixes + +- Fix getting context for channel API ([94563cdc](https://github.com/espressif/esp-protocols/commit/94563cdc)) +- Cover more combinations in build tests ([e0b8de8f](https://github.com/espressif/esp-protocols/commit/e0b8de8f)) + ## [1.1.0](https://github.com/espressif/esp-protocols/commits/eppp-v1.1.0) ### Features diff --git a/components/eppp_link/idf_component.yml b/components/eppp_link/idf_component.yml index 4ece46247..cbf347458 100644 --- a/components/eppp_link/idf_component.yml +++ b/components/eppp_link/idf_component.yml @@ -1,4 +1,4 @@ -version: 1.1.0 +version: 1.1.1 url: https://github.com/espressif/esp-protocols/tree/master/components/eppp_link description: The component provides a general purpose PPP connectivity, typically used as WiFi-PPP router dependencies: