From a10f0008fb1689f60e3fe2841188aa60718731a7 Mon Sep 17 00:00:00 2001 From: Abhik Roy Date: Tue, 16 Jan 2024 20:26:11 +1100 Subject: [PATCH] bump(console): First version [1.0.0] 1.0.0 Features - Added component with iperf command (93d14087) --- components/console_cmd_iperf/.cz.yaml | 2 +- components/console_cmd_iperf/CHANGELOG.md | 7 +++++++ components/console_cmd_iperf/idf_component.yml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 components/console_cmd_iperf/CHANGELOG.md diff --git a/components/console_cmd_iperf/.cz.yaml b/components/console_cmd_iperf/.cz.yaml index e2433e693..6f366624a 100644 --- a/components/console_cmd_iperf/.cz.yaml +++ b/components/console_cmd_iperf/.cz.yaml @@ -3,6 +3,6 @@ commitizen: bump_message: 'bump(console): $current_version -> $new_version' pre_bump_hooks: python ../../ci/changelog.py console_cmd_iperf tag_format: console_cmd_iperf-v$version - version: 0.1.0 + version: 1.0.0 version_files: - idf_component.yml diff --git a/components/console_cmd_iperf/CHANGELOG.md b/components/console_cmd_iperf/CHANGELOG.md new file mode 100644 index 000000000..d0a1d9196 --- /dev/null +++ b/components/console_cmd_iperf/CHANGELOG.md @@ -0,0 +1,7 @@ +# Changelog + +## [1.0.0](https://github.com/espressif/esp-protocols/commits/console_cmd_iperf-v1.0.0) + +### Features + +- Added component with iperf command ([93d14087](https://github.com/espressif/esp-protocols/commit/93d14087)) diff --git a/components/console_cmd_iperf/idf_component.yml b/components/console_cmd_iperf/idf_component.yml index 5d7684431..a61fbf4d9 100644 --- a/components/console_cmd_iperf/idf_component.yml +++ b/components/console_cmd_iperf/idf_component.yml @@ -1,4 +1,4 @@ -version: 0.1.0 +version: 1.0.0 url: https://github.com/espressif/esp-protocols/tree/master/components/console_cmd_iperf description: The component provides a console where the 'iperf' command can be executed. dependencies: