From a22c9e8da9edf029df0f1767db9c6d991db41158 Mon Sep 17 00:00:00 2001 From: Abhik Roy Date: Fri, 5 Jan 2024 19:25:45 +1100 Subject: [PATCH] bump(console): 1.0.0 -> 1.0.1 1.0.1 Bug Fixes - Fixed ifconfig command for PPP interface and IPv4 only (8548dabb) --- components/console_cmd_ifconfig/.cz.yaml | 2 +- components/console_cmd_ifconfig/CHANGELOG.md | 6 ++++++ components/console_cmd_ifconfig/idf_component.yml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/components/console_cmd_ifconfig/.cz.yaml b/components/console_cmd_ifconfig/.cz.yaml index 817526115..2d234ba46 100644 --- a/components/console_cmd_ifconfig/.cz.yaml +++ b/components/console_cmd_ifconfig/.cz.yaml @@ -3,6 +3,6 @@ commitizen: bump_message: 'bump(console): $current_version -> $new_version' pre_bump_hooks: python ../../ci/changelog.py console_cmd_ifconfig tag_format: console_cmd_ifconfig-v$version - version: 1.0.0 + version: 1.0.1 version_files: - idf_component.yml diff --git a/components/console_cmd_ifconfig/CHANGELOG.md b/components/console_cmd_ifconfig/CHANGELOG.md index 8ea9bd844..4835f6292 100644 --- a/components/console_cmd_ifconfig/CHANGELOG.md +++ b/components/console_cmd_ifconfig/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [1.0.1](https://github.com/espressif/esp-protocols/commits/console_cmd_ifconfig-v1.0.1) + +### Bug Fixes + +- Fixed ifconfig command for PPP interface and IPv4 only ([8548dabb](https://github.com/espressif/esp-protocols/commit/8548dabb)) + ## [1.0.0](https://github.com/espressif/esp-protocols/commits/console_cmd_ifconfig-v1.0.0) ### Features diff --git a/components/console_cmd_ifconfig/idf_component.yml b/components/console_cmd_ifconfig/idf_component.yml index 615ed2462..517ac7aba 100644 --- a/components/console_cmd_ifconfig/idf_component.yml +++ b/components/console_cmd_ifconfig/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/console_cmd_ifconfig description: The component offers a console that enables runtime network interface configuration and monitoring. dependencies: