Skip to content

Commit

Permalink
bump(wifi_remote): 0.0.0 -> 0.0.1
Browse files Browse the repository at this point in the history
0.0.1
Features
- Added generation step for wifi_remote based on IDF (41483aa)
- Move to esp-protocols (edc3c2d)
  • Loading branch information
david-cermak committed Mar 13, 2024
1 parent d696ed7 commit 25e0788
Show file tree
Hide file tree
Showing 3 changed files with 10 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.0.0
version: 0.0.1
version_files:
- idf_component.yml
8 changes: 8 additions & 0 deletions components/esp_wifi_remote/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

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

### Features

- Added generation step for wifi_remote based on IDF ([41483aa](https://github.com/espressif/esp-protocols/commit/41483aa))
- Move to esp-protocols ([edc3c2d](https://github.com/espressif/esp-protocols/commit/edc3c2d))
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.0.0
version: 0.0.1
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 25e0788

Please sign in to comment.