From 2e269640c627910fd5d5f087e548e770ba3970ec Mon Sep 17 00:00:00 2001 From: David Cermak Date: Mon, 27 Oct 2025 14:33:45 +0100 Subject: [PATCH] bump(console): 1.1.0 -> 1.2.0 1.2.0 Features - Add support for interface argument (90ddb04e) --- components/console_cmd_ping/.cz.yaml | 2 +- components/console_cmd_ping/CHANGELOG.md | 6 ++++++ components/console_cmd_ping/idf_component.yml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/components/console_cmd_ping/.cz.yaml b/components/console_cmd_ping/.cz.yaml index c57d74eb8..775870b8d 100644 --- a/components/console_cmd_ping/.cz.yaml +++ b/components/console_cmd_ping/.cz.yaml @@ -3,6 +3,6 @@ commitizen: bump_message: 'bump(console): $current_version -> $new_version' pre_bump_hooks: python ../../ci/changelog.py console_cmd_ping tag_format: console_cmd_ping-v$version - version: 1.1.0 + version: 1.2.0 version_files: - idf_component.yml diff --git a/components/console_cmd_ping/CHANGELOG.md b/components/console_cmd_ping/CHANGELOG.md index 9536659f2..9f22417d3 100644 --- a/components/console_cmd_ping/CHANGELOG.md +++ b/components/console_cmd_ping/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [1.2.0](https://github.com/espressif/esp-protocols/commits/console_cmd_ping-v1.2.0) + +### Features + +- Add support for interface argument ([90ddb04e](https://github.com/espressif/esp-protocols/commit/90ddb04e)) + ## [1.1.0](https://github.com/espressif/esp-protocols/commits/console_cmd_ping-v1.1.0) ### Features diff --git a/components/console_cmd_ping/idf_component.yml b/components/console_cmd_ping/idf_component.yml index 36cb6a5b5..43f553a53 100644 --- a/components/console_cmd_ping/idf_component.yml +++ b/components/console_cmd_ping/idf_component.yml @@ -1,4 +1,4 @@ -version: 1.1.0 +version: 1.2.0 url: https://github.com/espressif/esp-protocols/tree/master/components/console_cmd_ping description: The component provides a console where the 'ping' command can be executed. dependencies: