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 ping command to console component (7babdeb)
  • Loading branch information
espressif-abhikroy committed Nov 30, 2023
1 parent 9c555b9 commit 5c77017
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/console_cmd_ping/.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_ping
tag_format: console_cmd_ping-v$version
version: 0.0.9
version: 1.0.0
version_files:
- idf_component.yml
13 changes: 13 additions & 0 deletions components/console_cmd_ping/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

## [1.0.0](https://github.com/espressif/esp-protocols/commits/console_cmd_ping-v1.0.0)

### Features

- Added ping command to console component ([7babdeb9](https://github.com/espressif/esp-protocols/commit/7babdeb9))

## [1.0.0](https://github.com/espressif/esp-protocols/commits/console_cmd_ping-v1.0.0)

### Features

- Added ping command to console component ([7babdeb9](https://github.com/espressif/esp-protocols/commit/7babdeb9))
2 changes: 1 addition & 1 deletion components/console_cmd_ping/idf_component.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.0.9
version: 1.0.0
url: https://github.com/espressif/esp-protocols/tree/master/components/console_cmd_ping
description: The component provides a console where the 'ping' command can be executed.
dependencies:
Expand Down

0 comments on commit 5c77017

Please sign in to comment.