Skip to content

Commit

Permalink
bump(console): 1.0.0 -> 1.0.1
Browse files Browse the repository at this point in the history
1.0.1
Features
- Console for runtime wifi configuration (194d117)
Bug Fixes
- Fixed license file for console_cmd_wifi (8285e97)
  • Loading branch information
espressif-abhikroy committed Dec 23, 2023
1 parent 8285e97 commit a0a58e6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/console_cmd_wifi/.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_wifi
tag_format: console_cmd_wifi-v$version
version: 1.0.0
version: 1.0.1
version_files:
- idf_component.yml
10 changes: 10 additions & 0 deletions components/console_cmd_wifi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [1.0.1](https://github.com/espressif/esp-protocols/commits/console_cmd_wifi-v1.0.1)

### Features

- Console for runtime wifi configuration ([194d1179](https://github.com/espressif/esp-protocols/commit/194d1179))

### Bug Fixes

- Fixed license file for console_cmd_wifi ([8285e973](https://github.com/espressif/esp-protocols/commit/8285e973))

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

### Features
Expand Down
2 changes: 1 addition & 1 deletion components/console_cmd_wifi/idf_component.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.0.0
version: 1.0.1
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.
dependencies:
Expand Down

0 comments on commit a0a58e6

Please sign in to comment.