bump(wifi_remote): 0.2.1 -> 0.2.2

0.2.2
Bug Fixes
- Added more netif options for eppp connection (24ce867)
- Do not restrict EPPP config to RSA keys only (f05c765, #570)
This commit is contained in:
David Cermak
2024-05-28 16:37:24 +02:00
parent 24ce86756d
commit 28c0e0b77b
3 changed files with 9 additions and 2 deletions

View File

@ -3,6 +3,6 @@ commitizen:
bump_message: 'bump(wifi_remote): $current_version -> $new_version' bump_message: 'bump(wifi_remote): $current_version -> $new_version'
pre_bump_hooks: python ../../ci/changelog.py esp_wifi_remote pre_bump_hooks: python ../../ci/changelog.py esp_wifi_remote
tag_format: wifi_remote-v$version tag_format: wifi_remote-v$version
version: 0.2.1 version: 0.2.2
version_files: version_files:
- idf_component.yml - idf_component.yml

View File

@ -1,5 +1,12 @@
# Changelog # Changelog
## [0.2.2](https://github.com/espressif/esp-protocols/commits/wifi_remote-v0.2.2)
### Bug Fixes
- Added more netif options for eppp connection ([24ce867](https://github.com/espressif/esp-protocols/commit/24ce867))
- Do not restrict EPPP config to RSA keys only ([f05c765](https://github.com/espressif/esp-protocols/commit/f05c765), [#570](https://github.com/espressif/esp-protocols/issues/570))
## [0.2.1](https://github.com/espressif/esp-protocols/commits/wifi_remote-v0.2.1) ## [0.2.1](https://github.com/espressif/esp-protocols/commits/wifi_remote-v0.2.1)
### Bug Fixes ### Bug Fixes

View File

@ -1,4 +1,4 @@
version: 0.2.1 version: 0.2.2
url: https://github.com/espressif/esp-protocols/tree/master/components/esp_wifi_remote url: https://github.com/espressif/esp-protocols/tree/master/components/esp_wifi_remote
description: Utility wrapper for esp_wifi functionality on remote targets description: Utility wrapper for esp_wifi functionality on remote targets
dependencies: dependencies: