Skip to content

Commit a10f000

Browse files
bump(console): First version [1.0.0]
1.0.0 Features - Added component with iperf command (93d1408)
1 parent 93d1408 commit a10f000

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

components/console_cmd_iperf/.cz.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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))

components/console_cmd_iperf/idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 0.1.0
1+
version: 1.0.0
22
url: https://github.com/espressif/esp-protocols/tree/master/components/console_cmd_iperf
33
description: The component provides a console where the 'iperf' command can be executed.
44
dependencies:

0 commit comments

Comments
 (0)