Skip to content

Commit 090531d

Browse files
committed
bump(at): 0.1.0 -> 0.2.0
0.2.0 Features - Add target test for wrmt-over-at (44b9830)
1 parent 44b9830 commit 090531d

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

components/wifi_remote_over_at/.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(at): $current_version -> $new_version'
44
pre_bump_hooks: python ../../ci/changelog.py wifi_remote_over_at
55
tag_format: wifi_rmt_at-v$version
6-
version: 0.1.0
6+
version: 0.2.0
77
version_files:
88
- idf_component.yml

components/wifi_remote_over_at/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [0.2.0](https://github.com/espressif/esp-wifi-remote/commits/wifi_rmt_at-v0.2.0)
4+
5+
### Features
6+
7+
- Add target test for wrmt-over-at ([44b9830](https://github.com/espressif/esp-wifi-remote/commit/44b9830))
8+
39
## [0.1.0](https://github.com/espressif/esp-wifi-remote/commits/wifi_rmt_at-v0.1.0)
410

511
### Features

components/wifi_remote_over_at/idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 0.1.0
1+
version: 0.2.0
22
url: https://github.com/espressif/esp-wifi-remote/tree/master/components/wifi_remote_over_at
33
description: AT based implementation of wifi_remote APIs
44
license: Apache-2.0

0 commit comments

Comments
 (0)