bump(wifi_remote): 0.1.12 -> 0.2.0

0.2.0
Features
- Add support for simple eppp based RPC (fd168d8)
Bug Fixes
- Make services restartable, code cleanup (6c82ce2)
- Add examples to CI (d2b7c55)
This commit is contained in:
David Cermak
2024-04-25 15:13:49 +02:00
parent 6c82ce2915
commit d16387859f
3 changed files with 13 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.1.12 version: 0.2.0
version_files: version_files:
- idf_component.yml - idf_component.yml

View File

@ -1,5 +1,16 @@
# Changelog # Changelog
## [0.2.0](https://github.com/espressif/esp-protocols/commits/wifi_remote-v0.2.0)
### Features
- Add support for simple eppp based RPC ([fd168d8](https://github.com/espressif/esp-protocols/commit/fd168d8))
### Bug Fixes
- Make services restartable, code cleanup ([6c82ce2](https://github.com/espressif/esp-protocols/commit/6c82ce2))
- Add examples to CI ([d2b7c55](https://github.com/espressif/esp-protocols/commit/d2b7c55))
## [0.1.12](https://github.com/espressif/esp-protocols/commits/wifi_remote-v0.1.12) ## [0.1.12](https://github.com/espressif/esp-protocols/commits/wifi_remote-v0.1.12)
### Features ### Features

View File

@ -1,4 +1,4 @@
version: 0.1.12 version: 0.2.0
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: