Skip to content

Commit

Permalink
bump(console): First version [1.0.0]
Browse files Browse the repository at this point in the history
1.0.0
Features
- Added component with iperf command (93d1408)
  • Loading branch information
espressif-abhikroy committed Jan 16, 2024
1 parent 93d1408 commit a10f000
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/console_cmd_iperf/.cz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
7 changes: 7 additions & 0 deletions components/console_cmd_iperf/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion components/console_cmd_iperf/idf_component.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit a10f000

Please sign in to comment.