mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-21 14:32:21 +02:00
bump(console): 1.0.0 -> 1.1.0
1.1.0
Features
- Added command getaddrinfo, set/get dnsserver to console_cmd_ping (b80c19d7
)
This commit is contained in:
@ -3,6 +3,6 @@ commitizen:
|
|||||||
bump_message: 'bump(console): $current_version -> $new_version'
|
bump_message: 'bump(console): $current_version -> $new_version'
|
||||||
pre_bump_hooks: python ../../ci/changelog.py console_cmd_ping
|
pre_bump_hooks: python ../../ci/changelog.py console_cmd_ping
|
||||||
tag_format: console_cmd_ping-v$version
|
tag_format: console_cmd_ping-v$version
|
||||||
version: 1.0.0
|
version: 1.1.0
|
||||||
version_files:
|
version_files:
|
||||||
- idf_component.yml
|
- idf_component.yml
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [1.1.0](https://github.com/espressif/esp-protocols/commits/console_cmd_ping-v1.1.0)
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
- Added command getaddrinfo, set/get dnsserver to console_cmd_ping ([b80c19d7](https://github.com/espressif/esp-protocols/commit/b80c19d7))
|
||||||
|
|
||||||
## [1.0.0](https://github.com/espressif/esp-protocols/commits/console_cmd_ping-v1.0.0)
|
## [1.0.0](https://github.com/espressif/esp-protocols/commits/console_cmd_ping-v1.0.0)
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
version: 1.0.0
|
version: 1.1.0
|
||||||
url: https://github.com/espressif/esp-protocols/tree/master/components/console_cmd_ping
|
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.
|
description: The component provides a console where the 'ping' command can be executed.
|
||||||
dependencies:
|
dependencies:
|
||||||
|
Reference in New Issue
Block a user