Skip to content

Commit 27f955a

Browse files
bump(console): First version [1.0.0]
1.0.0 Features - Added ping command to console component (7babdeb)
1 parent 9c555b9 commit 27f955a

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

components/console_cmd_ping/.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_ping
55
tag_format: console_cmd_ping-v$version
6-
version: 0.0.9
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_ping-v1.0.0)
4+
5+
### Features
6+
7+
- Added ping command to console component ([7babdeb9](https://github.com/espressif/esp-protocols/commit/7babdeb9))

components/console_cmd_ping/idf_component.yml

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

0 commit comments

Comments
 (0)