From 1fb1ea93009699887450d17c86ef748022992a28 Mon Sep 17 00:00:00 2001 From: David Cermak Date: Tue, 7 May 2024 10:32:55 +0200 Subject: [PATCH] bump(eppp): 0.0.1 -> 0.1.0 0.1.0 Features - Added CI job to build examples and tests (7eefcf0) Bug Fixes - Fixed to select PPP LWIP opts which are OFF by default (16be2f9) - Example to use iperf component from the registry (bd6b66d) - Fixed defalt config designated init issue in C++ (8bd4712) --- components/eppp_link/.cz.yaml | 2 +- components/eppp_link/CHANGELOG.md | 12 ++++++++++++ components/eppp_link/idf_component.yml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/components/eppp_link/.cz.yaml b/components/eppp_link/.cz.yaml index 100ce7147..d0cc2ecd8 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.0.1 + version: 0.1.0 version_files: - idf_component.yml diff --git a/components/eppp_link/CHANGELOG.md b/components/eppp_link/CHANGELOG.md index dfe005234..204228dd5 100644 --- a/components/eppp_link/CHANGELOG.md +++ b/components/eppp_link/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.1.0](https://github.com/espressif/esp-protocols/commits/eppp-v0.1.0) + +### Features + +- Added CI job to build examples and tests ([7eefcf0](https://github.com/espressif/esp-protocols/commit/7eefcf0)) + +### Bug Fixes + +- Fixed to select PPP LWIP opts which are OFF by default ([16be2f9](https://github.com/espressif/esp-protocols/commit/16be2f9)) +- Example to use iperf component from the registry ([bd6b66d](https://github.com/espressif/esp-protocols/commit/bd6b66d)) +- Fixed defalt config designated init issue in C++ ([8bd4712](https://github.com/espressif/esp-protocols/commit/8bd4712)) + ## [0.0.1](https://github.com/espressif/esp-protocols/commits/eppp-v0.0.1) ### Features diff --git a/components/eppp_link/idf_component.yml b/components/eppp_link/idf_component.yml index e177db71b..fea8307a2 100644 --- a/components/eppp_link/idf_component.yml +++ b/components/eppp_link/idf_component.yml @@ -1,4 +1,4 @@ -version: 0.0.1 +version: 0.1.0 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: