bump(console): First version [1.0.0]

1.0.0
Features
- Added component with iperf command (93d14087)
This commit is contained in:
Abhik Roy
2024-01-16 20:26:11 +11:00
parent 93d140875f
commit a10f0008fb
3 changed files with 9 additions and 2 deletions

View File

@ -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

View File

@ -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))

View File

@ -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: