bump(eppp): 1.1.0 -> 1.1.1

1.1.1
Bug Fixes
- Fix getting context for channel API (94563cdc)
- Cover more combinations in build tests (e0b8de8f)
This commit is contained in:
David Cermak
2025-09-09 15:59:18 +02:00
parent 94563cdc1f
commit 6428e68c8e
3 changed files with 9 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: 1.1.0 version: 1.1.1
version_files: version_files:
- idf_component.yml - idf_component.yml

View File

@@ -1,5 +1,12 @@
# Changelog # Changelog
## [1.1.1](https://github.com/espressif/esp-protocols/commits/eppp-v1.1.1)
### Bug Fixes
- Fix getting context for channel API ([94563cdc](https://github.com/espressif/esp-protocols/commit/94563cdc))
- Cover more combinations in build tests ([e0b8de8f](https://github.com/espressif/esp-protocols/commit/e0b8de8f))
## [1.1.0](https://github.com/espressif/esp-protocols/commits/eppp-v1.1.0) ## [1.1.0](https://github.com/espressif/esp-protocols/commits/eppp-v1.1.0)
### Features ### Features

View File

@@ -1,4 +1,4 @@
version: 1.1.0 version: 1.1.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: