Skip to content

Commit a53614e

Browse files
committed
bump(wifi_remote): 0.16.3 -> 1.0.0
1.0.0 Features - Support two wifi interfaces for esp-hosted backend (07b51b0) Bug Fixes - Update two-station example to set local/remote wifi on/off (b4985aa) - Make server CN configurable (e5d3fb2) - Update gitignore for external-components (e8b5270)
1 parent 07b51b0 commit a53614e

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

components/esp_wifi_remote/.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(wifi_remote): $current_version -> $new_version'
44
pre_bump_hooks: python ../../ci/changelog.py esp_wifi_remote
55
tag_format: wifi_remote-v$version
6-
version: 0.16.3
6+
version: 1.0.0
77
version_files:
88
- idf_component.yml

components/esp_wifi_remote/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [1.0.0](https://github.com/espressif/esp-wifi-remote/commits/wifi_remote-v1.0.0)
4+
5+
### Features
6+
7+
- Support two wifi interfaces for esp-hosted backend ([07b51b0](https://github.com/espressif/esp-wifi-remote/commit/07b51b0))
8+
9+
### Bug Fixes
10+
11+
- Update two-station example to set local/remote wifi on/off ([b4985aa](https://github.com/espressif/esp-wifi-remote/commit/b4985aa))
12+
- Make server CN configurable ([e5d3fb2](https://github.com/espressif/esp-wifi-remote/commit/e5d3fb2))
13+
- Update gitignore for external-components ([e8b5270](https://github.com/espressif/esp-wifi-remote/commit/e8b5270))
14+
315
## [0.16.3](https://github.com/espressif/esp-wifi-remote/commits/wifi_remote-v0.16.3)
416

517
### Bug Fixes

components/esp_wifi_remote/idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 0.16.3
1+
version: 1.0.0
22
url: https://github.com/espressif/esp-wifi-remote
33
description: Utility wrapper for esp_wifi functionality on remote targets
44
dependencies:

0 commit comments

Comments
 (0)