diff --git a/components/eppp_link/.cz.yaml b/components/eppp_link/.cz.yaml index d9b24e1a5..100ce7147 100644 --- a/components/eppp_link/.cz.yaml +++ b/components/eppp_link/.cz.yaml @@ -3,6 +3,6 @@ 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.0.0 + version: 0.0.1 version_files: - idf_component.yml diff --git a/components/eppp_link/CHANGELOG.md b/components/eppp_link/CHANGELOG.md new file mode 100644 index 000000000..dfe005234 --- /dev/null +++ b/components/eppp_link/CHANGELOG.md @@ -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)) diff --git a/components/eppp_link/idf_component.yml b/components/eppp_link/idf_component.yml index 56c2d23e5..e177db71b 100644 --- a/components/eppp_link/idf_component.yml +++ b/components/eppp_link/idf_component.yml @@ -1,4 +1,4 @@ -version: 0.0.0 +version: 0.0.1 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 dependencies: