From c91578c827e7267519bc6a0aee03af9cca9f22b6 Mon Sep 17 00:00:00 2001 From: David Cermak Date: Mon, 18 Aug 2025 11:09:33 +0200 Subject: [PATCH] bump(eppp): 1.0.0 -> 1.0.1 1.0.1 Bug Fixes - Support for IPv4-only mode (653328ba, #864) --- components/eppp_link/.cz.yaml | 2 +- components/eppp_link/CHANGELOG.md | 6 ++++++ components/eppp_link/idf_component.yml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/components/eppp_link/.cz.yaml b/components/eppp_link/.cz.yaml index 05a1e661c..58f094071 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.0.0 + version: 1.0.1 version_files: - idf_component.yml diff --git a/components/eppp_link/CHANGELOG.md b/components/eppp_link/CHANGELOG.md index cb24a60bc..46c4a8a18 100644 --- a/components/eppp_link/CHANGELOG.md +++ b/components/eppp_link/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [1.0.1](https://github.com/espressif/esp-protocols/commits/eppp-v1.0.1) + +### Bug Fixes + +- Support for IPv4-only mode ([653328ba](https://github.com/espressif/esp-protocols/commit/653328ba), [#864](https://github.com/espressif/esp-protocols/issues/864)) + ## [1.0.0](https://github.com/espressif/esp-protocols/commits/eppp-v1.0.0) ### Features diff --git a/components/eppp_link/idf_component.yml b/components/eppp_link/idf_component.yml index 443f6d2a6..9a240442b 100644 --- a/components/eppp_link/idf_component.yml +++ b/components/eppp_link/idf_component.yml @@ -1,4 +1,4 @@ -version: 1.0.0 +version: 1.0.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: