From a9dd78ffad2bc9c5283db6e3c6f78530d6aed501 Mon Sep 17 00:00:00 2001 From: David Cermak Date: Mon, 24 Jun 2024 15:50:50 +0200 Subject: [PATCH] bump(eppp): 0.1.1 -> 0.2.0 0.2.0 Features - Add support for SDIO transport (085dd790) Bug Fixes - Fixed strict prototype API decl issue in SDIO (eb09e426) - Fix SIDO host to check/clear interrupts atomically (402176c9) --- components/eppp_link/.cz.yaml | 2 +- components/eppp_link/CHANGELOG.md | 11 +++++++++++ components/eppp_link/idf_component.yml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/components/eppp_link/.cz.yaml b/components/eppp_link/.cz.yaml index 7414302c3..4f739e749 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.1 + version: 0.2.0 version_files: - idf_component.yml diff --git a/components/eppp_link/CHANGELOG.md b/components/eppp_link/CHANGELOG.md index 64220cb09..c3fe45585 100644 --- a/components/eppp_link/CHANGELOG.md +++ b/components/eppp_link/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.2.0](https://github.com/espressif/esp-protocols/commits/eppp-v0.2.0) + +### Features + +- Add support for SDIO transport ([085dd790](https://github.com/espressif/esp-protocols/commit/085dd790)) + +### Bug Fixes + +- Fixed strict prototype API decl issue in SDIO ([eb09e426](https://github.com/espressif/esp-protocols/commit/eb09e426)) +- Fix SIDO host to check/clear interrupts atomically ([402176c9](https://github.com/espressif/esp-protocols/commit/402176c9)) + ## [0.1.1](https://github.com/espressif/esp-protocols/commits/eppp-v0.1.1) ### Bug Fixes diff --git a/components/eppp_link/idf_component.yml b/components/eppp_link/idf_component.yml index 68f7d6e50..44d0bf8d9 100644 --- a/components/eppp_link/idf_component.yml +++ b/components/eppp_link/idf_component.yml @@ -1,4 +1,4 @@ -version: 0.1.1 +version: 0.2.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: