Skip to content

Commit

Permalink
Merge pull request #601 from david-cermak/bump/wifi_remote
Browse files Browse the repository at this point in the history
bump(wifi_remote): 0.2.3 -> 0.3.0
  • Loading branch information
david-cermak authored Jun 28, 2024
2 parents 68da69e + 5fe3870 commit 8195fc4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/esp_wifi_remote/.cz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ commitizen:
bump_message: 'bump(wifi_remote): $current_version -> $new_version'
pre_bump_hooks: python ../../ci/changelog.py esp_wifi_remote
tag_format: wifi_remote-v$version
version: 0.2.3
version: 0.3.0
version_files:
- idf_component.yml
7 changes: 7 additions & 0 deletions components/esp_wifi_remote/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.3.0](https://github.com/espressif/esp-protocols/commits/wifi_remote-v0.3.0)

### Features

- add esp_wifi_internal_tx_by_ref ([ba35d14e](https://github.com/espressif/esp-protocols/commit/ba35d14e))
- Make wifi_remote depend on esp_hosted ([ac9972aa](https://github.com/espressif/esp-protocols/commit/ac9972aa))

## [0.2.3](https://github.com/espressif/esp-protocols/commits/wifi_remote-v0.2.3)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion components/esp_wifi_remote/idf_component.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.2.3
version: 0.3.0
url: https://github.com/espressif/esp-protocols/tree/master/components/esp_wifi_remote
description: Utility wrapper for esp_wifi functionality on remote targets
dependencies:
Expand Down

0 comments on commit 8195fc4

Please sign in to comment.