bump(eppp): Published ESP-PPP-Link as eppp-v0.0.1

This commit is contained in:
David Cermak
2024-02-23 11:52:06 +01:00
parent 7eefcf084e
commit a8035c21a2
3 changed files with 12 additions and 2 deletions

View File

@ -3,6 +3,6 @@ commitizen:
bump_message: 'bump(eppp): $current_version -> $new_version' bump_message: 'bump(eppp): $current_version -> $new_version'
pre_bump_hooks: python ../../ci/changelog.py eppp_link pre_bump_hooks: python ../../ci/changelog.py eppp_link
tag_format: eppp-v$version tag_format: eppp-v$version
version: 0.0.0 version: 0.0.1
version_files: version_files:
- idf_component.yml - idf_component.yml

View File

@ -0,0 +1,10 @@
# Changelog
## [0.0.1](https://github.com/espressif/esp-protocols/commits/eppp-v0.0.1)
### Features
- Added CI job to build examples and tests ([8686977](https://github.com/espressif/esp-protocols/commit/8686977))
- Added support for SPI transport ([18f8452](https://github.com/espressif/esp-protocols/commit/18f8452))
- Added support for UART transport ([ad27414](https://github.com/espressif/esp-protocols/commit/ad27414))
- Introduced ESP-PPP-Link component ([a761039](https://github.com/espressif/esp-protocols/commit/a761039))

View File

@ -1,4 +1,4 @@
version: 0.0.0 version: 0.0.1
url: https://github.com/espressif/esp-protocols/tree/master/components/eppp_link url: https://github.com/espressif/esp-protocols/tree/master/components/eppp_link
description: The component provides a general purpose PPP connectivity, typically used as WiFi-PPP router description: The component provides a general purpose PPP connectivity, typically used as WiFi-PPP router
dependencies: dependencies: