diff --git a/components/console_cmd_ping/.cz.yaml b/components/console_cmd_ping/.cz.yaml index 85b1596a10..4af2babb91 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: 0.0.9 + version: 1.0.0 version_files: - idf_component.yml diff --git a/components/console_cmd_ping/CHANGELOG.md b/components/console_cmd_ping/CHANGELOG.md new file mode 100644 index 0000000000..f2ad4826f8 --- /dev/null +++ b/components/console_cmd_ping/CHANGELOG.md @@ -0,0 +1,7 @@ +# Changelog + +## [1.0.0](https://github.com/espressif/esp-protocols/commits/console_cmd_ping-v1.0.0) + +### Features + +- Added ping command to console component ([7babdeb9](https://github.com/espressif/esp-protocols/commit/7babdeb9)) diff --git a/components/console_cmd_ping/idf_component.yml b/components/console_cmd_ping/idf_component.yml index 0e51582553..c9010b3b14 100644 --- a/components/console_cmd_ping/idf_component.yml +++ b/components/console_cmd_ping/idf_component.yml @@ -1,4 +1,4 @@ -version: 0.0.9 +version: 1.0.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: