Skip to content

Commit fe6c10b

Browse files
committed
bump(eppp): Initial version 0.1.0
0.1.0 Features - Makes WiFi-remote over EPPP a new component (f5c5c98)
1 parent f5c5c98 commit fe6c10b

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

components/wifi_remote_over_eppp/.cz.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ commitizen:
33
bump_message: 'bump(eppp): $current_version -> $new_version'
44
pre_bump_hooks: python ../../ci/changelog.py wifi_remote_over_eppp
55
tag_format: wifi_rmt_eppp-v$version
6-
version: 0.0.0
6+
version: 0.1.0
77
version_files:
88
- idf_component.yml
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
# Changelog
22

3+
## [0.1.0](https://github.com/espressif/esp-wifi-remote/commits/wifi_rmt_eppp-v0.1.0)
4+
35
## Initial version
6+
7+
- Makes WiFi-remote over EPPP a new component ([f5c5c98](https://github.com/espressif/esp-wifi-remote/commit/f5c5c98))

components/wifi_remote_over_eppp/idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 0.0.0
1+
version: 0.1.0
22
url: https://github.com/espressif/esp-wifi-remote/components/wifi_remote_over_eppp
33
description: EPPP based implementation of wifi_remote APIs
44
dependencies:

0 commit comments

Comments
 (0)