File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
components/console_cmd_iperf Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ commitizen:
33 bump_message : ' bump(console): $current_version -> $new_version'
44 pre_bump_hooks : python ../../ci/changelog.py console_cmd_iperf
55 tag_format : console_cmd_iperf-v$version
6- version : 0.1 .0
6+ version : 1.0 .0
77 version_files :
88 - idf_component.yml
Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## [ 1.0.0] ( https://github.com/espressif/esp-protocols/commits/console_cmd_iperf-v1.0.0 )
4+
5+ ### Features
6+
7+ - Added component with iperf command ([ 93d14087] ( https://github.com/espressif/esp-protocols/commit/93d14087 ) )
Original file line number Diff line number Diff line change 1- version : 0.1 .0
1+ version : 1.0 .0
22url : https://github.com/espressif/esp-protocols/tree/master/components/console_cmd_iperf
33description : The component provides a console where the 'iperf' command can be executed.
44dependencies :
You can’t perform that action at this time.
0 commit comments