Skip to content

Commit 07f0e9f

Browse files
committed
bump(wifi_remote): 1.0.0 -> 1.0.1
1.0.1 Features - Add target test with esp_hosted (6c67584) Bug Fixes - Update types/comments on v5.4 (502e937) - Split two station example into local/remote sources (79ef9d6)
1 parent 502e937 commit 07f0e9f

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-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: 1.0.0
6+
version: 1.0.1
77
version_files:
88
- idf_component.yml

components/esp_wifi_remote/CHANGELOG.md

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

3+
## [1.0.1](https://github.com/espressif/esp-wifi-remote/commits/wifi_remote-v1.0.1)
4+
5+
### Features
6+
7+
- Add target test with esp_hosted ([6c67584](https://github.com/espressif/esp-wifi-remote/commit/6c67584))
8+
9+
### Bug Fixes
10+
11+
- Update types/comments on v5.4 ([502e937](https://github.com/espressif/esp-wifi-remote/commit/502e937))
12+
- Split two station example into local/remote sources ([79ef9d6](https://github.com/espressif/esp-wifi-remote/commit/79ef9d6))
13+
314
## [1.0.0](https://github.com/espressif/esp-wifi-remote/commits/wifi_remote-v1.0.0)
415

516
### Features

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: 1.0.0
1+
version: 1.0.1
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)