File tree Expand file tree Collapse file tree 3 files changed +21
-2
lines changed
components/esp_wifi_remote Expand file tree Collapse file tree 3 files changed +21
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ commitizen:
3
3
bump_message : ' bump(wifi_remote): $current_version -> $new_version'
4
4
pre_bump_hooks : python ../../ci/changelog.py esp_wifi_remote
5
5
tag_format : wifi_remote-v$version
6
- version : 0.3 .0
6
+ version : 0.4 .0
7
7
version_files :
8
8
- idf_component.yml
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.4.0] ( https://github.com/espressif/esp-protocols/commits/wifi_remote-v0.4.0 )
4
+
5
+ ### Features
6
+
7
+ - Make esp_hosted default RPC library ([ 1b62adbd] ( https://github.com/espressif/esp-protocols/commit/1b62adbd ) )
8
+ - Add build test for current IDF examples ([ 50c113e4] ( https://github.com/espressif/esp-protocols/commit/50c113e4 ) )
9
+ - Support for IDF v5.3 in a separate directory ([ bde97203] ( https://github.com/espressif/esp-protocols/commit/bde97203 ) )
10
+ - Support for IDF v5.4 via a separate dir ([ e9ac41e1] ( https://github.com/espressif/esp-protocols/commit/e9ac41e1 ) )
11
+ - Add slave selection and peview targets ([ 345c4577] ( https://github.com/espressif/esp-protocols/commit/345c4577 ) )
12
+
13
+ ### Bug Fixes
14
+
15
+ - Fix CMake to use inherent IDF build vars ([ c454ec09] ( https://github.com/espressif/esp-protocols/commit/c454ec09 ) )
16
+ - Update per v5.4 espressif/esp-idf@97e42349 ([ ff5dac70] ( https://github.com/espressif/esp-protocols/commit/ff5dac70 ) )
17
+ - Fix CI builds to generate configs per slave selection ([ 8795d164] ( https://github.com/espressif/esp-protocols/commit/8795d164 ) )
18
+ - Depend on esp_hosted only on targets with no WiFi ([ 7ca5ed1d] ( https://github.com/espressif/esp-protocols/commit/7ca5ed1d ) )
19
+ - Update per espressif/esp-idf@27f61966 ([ 2e53b81f] ( https://github.com/espressif/esp-protocols/commit/2e53b81f ) )
20
+ - Fix checking API compat against reference dir ([ 1a57a878] ( https://github.com/espressif/esp-protocols/commit/1a57a878 ) )
21
+
3
22
## [ 0.3.0] ( https://github.com/espressif/esp-protocols/commits/wifi_remote-v0.3.0 )
4
23
5
24
### Features
Original file line number Diff line number Diff line change 1
- version : 0.3 .0
1
+ version : 0.4 .0
2
2
url : https://github.com/espressif/esp-protocols/tree/master/components/esp_wifi_remote
3
3
description : Utility wrapper for esp_wifi functionality on remote targets
4
4
dependencies :
You can’t perform that action at this time.
0 commit comments