bump(console): 1.0.1 -> 1.1.0

1.1.0
Features
- Added support to join pre-configured network (bdbf16c1)
This commit is contained in:
Abhik Roy
2024-06-11 20:50:49 +10:00
parent bdbf16c113
commit 5d43f9660f
3 changed files with 8 additions and 2 deletions

View File

@ -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_wifi pre_bump_hooks: python ../../ci/changelog.py console_cmd_wifi
tag_format: console_cmd_wifi-v$version tag_format: console_cmd_wifi-v$version
version: 1.0.1 version: 1.1.0
version_files: version_files:
- idf_component.yml - idf_component.yml

View File

@ -1,5 +1,11 @@
# Changelog # Changelog
## [1.1.0](https://github.com/espressif/esp-protocols/commits/console_cmd_wifi-v1.1.0)
### Features
- Added support to join pre-configured network ([bdbf16c1](https://github.com/espressif/esp-protocols/commit/bdbf16c1))
## [1.0.1](https://github.com/espressif/esp-protocols/commits/console_cmd_wifi-v1.0.1) ## [1.0.1](https://github.com/espressif/esp-protocols/commits/console_cmd_wifi-v1.0.1)
### Features ### Features

View File

@ -1,4 +1,4 @@
version: 1.0.1 version: 1.1.0
url: https://github.com/espressif/esp-protocols/tree/master/components/console_cmd_wifi url: https://github.com/espressif/esp-protocols/tree/master/components/console_cmd_wifi
description: The component offers a console that enables runtime wifi configuration and monitoring. description: The component offers a console that enables runtime wifi configuration and monitoring.
dependencies: dependencies: