From d96f45a1f9c0af787d33bfc6742f09b136c00d6b Mon Sep 17 00:00:00 2001 From: David Cermak Date: Tue, 28 May 2024 16:11:19 +0200 Subject: [PATCH] bump(eppp): 0.1.0 -> 0.1.1 0.1.1 Bug Fixes - Make some common netif options configurable (7829e8f) --- 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 d0cc2ecd8..7414302c3 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: 0.1.0 + version: 0.1.1 version_files: - idf_component.yml diff --git a/components/eppp_link/CHANGELOG.md b/components/eppp_link/CHANGELOG.md index 204228dd5..64220cb09 100644 --- a/components/eppp_link/CHANGELOG.md +++ b/components/eppp_link/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.1.1](https://github.com/espressif/esp-protocols/commits/eppp-v0.1.1) + +### Bug Fixes + +- Make some common netif options configurable ([7829e8f](https://github.com/espressif/esp-protocols/commit/7829e8f)) + ## [0.1.0](https://github.com/espressif/esp-protocols/commits/eppp-v0.1.0) ### Features diff --git a/components/eppp_link/idf_component.yml b/components/eppp_link/idf_component.yml index fea8307a2..d6ac84bf2 100644 --- a/components/eppp_link/idf_component.yml +++ b/components/eppp_link/idf_component.yml @@ -1,4 +1,4 @@ -version: 0.1.0 +version: 0.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: