Skip to content

Commit a401f4e

Browse files
committed
bump(wifi_remote): 1.1.6 -> 1.2.0
1.2.0 Features - Add support for v6.1 release branch (13df7d5) - Add support for IDF v5.5.1 release tag (361d3a9) Bug Fixes - Move eppp slave to the wrmt-over-eppp component (36a35a7)
1 parent 13df7d5 commit a401f4e

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.1.6
6+
version: 1.2.0
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.2.0](https://github.com/espressif/esp-wifi-remote/commits/wifi_remote-v1.2.0)
4+
5+
### Features
6+
7+
- Add support for v6.1 release branch ([13df7d5](https://github.com/espressif/esp-wifi-remote/commit/13df7d5))
8+
- Add support for IDF v5.5.1 release tag ([361d3a9](https://github.com/espressif/esp-wifi-remote/commit/361d3a9))
9+
10+
### Bug Fixes
11+
12+
- Move eppp slave to the wrmt-over-eppp component ([36a35a7](https://github.com/espressif/esp-wifi-remote/commit/36a35a7))
13+
314
## [1.1.6](https://github.com/espressif/esp-wifi-remote/commits/wifi_remote-v1.1.6)
415

516
### 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: 1.1.6
1+
version: 1.2.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)