mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-08-01 11:44:39 +02:00
0.1.0 Features - Added CI job to build examples and tests (7eefcf0
) Bug Fixes - Fixed to select PPP LWIP opts which are OFF by default (16be2f9
) - Example to use iperf component from the registry (bd6b66d
) - Fixed defalt config designated init issue in C++ (8bd4712
)
9 lines
221 B
YAML
9 lines
221 B
YAML
---
|
|
commitizen:
|
|
bump_message: 'bump(eppp): $current_version -> $new_version'
|
|
pre_bump_hooks: python ../../ci/changelog.py eppp_link
|
|
tag_format: eppp-v$version
|
|
version: 0.1.0
|
|
version_files:
|
|
- idf_component.yml
|