From 96b0898f28fe7f4f382c10a2c2633fa92d237683 Mon Sep 17 00:00:00 2001 From: Euripedes Rocha Date: Mon, 23 Oct 2023 11:01:05 +0200 Subject: [PATCH] bump(asio): 1.14.1~3 -> 1.28.0~0 1.28.0~0 Features - Updates asio to 1.28 (b310abe) Bug Fixes - Makes the examples to override path (842b2b2) - Removes esp_exception and make all examples to use exceptions (c1c9350) - removed Wno-format flag and fixed formatting warnings (c48e442) - added idf_component.yml for examples (d273e10) - Reintroduce missing CHANGELOGs (200cbb3) Updated - docs(common): updated component and example links (f48d9b2) - docs(common): improving documentation (ca3fce0) - Add homepage URL and License to all components (ef3f0ee) - Added badges with version of components to the respective README files (e4c8a59) - CI: Fix ASIO example test (6e2bb51) - Examples: using pytest.ini from top level directory (aee016d) - CI: fixing the files to be complient with pre-commit hooks (945bd17) --- components/asio/.cz.yaml | 7 +++++++ components/asio/CHANGELOG.md | 24 ++++++++++++++++++++++++ components/asio/idf_component.yml | 2 +- 3 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 components/asio/.cz.yaml diff --git a/components/asio/.cz.yaml b/components/asio/.cz.yaml new file mode 100644 index 000000000..a993a1389 --- /dev/null +++ b/components/asio/.cz.yaml @@ -0,0 +1,7 @@ +commitizen: + bump_message: 'bump(asio): $current_version -> $new_version' + pre_bump_hooks: python ../../ci/changelog.py asio + tag_format: asio-v$version + version: 1.28.0~0 + version_files: + - idf_component.yml diff --git a/components/asio/CHANGELOG.md b/components/asio/CHANGELOG.md index 28cff7b89..994b65791 100644 --- a/components/asio/CHANGELOG.md +++ b/components/asio/CHANGELOG.md @@ -1,5 +1,29 @@ # Changelog +## [1.28.0~0](https://github.com/espressif/esp-protocols/commits/asio-1.28.0~0) + +### Features + +- Updates asio to 1.28 ([b310abe](https://github.com/espressif/esp-protocols/commit/b310abe)) + +### Bug Fixes + +- Makes the examples to override path ([842b2b2](https://github.com/espressif/esp-protocols/commit/842b2b2)) +- Removes esp_exception and make all examples to use exceptions ([c1c9350](https://github.com/espressif/esp-protocols/commit/c1c9350)) +- removed Wno-format flag and fixed formatting warnings ([c48e442](https://github.com/espressif/esp-protocols/commit/c48e442)) +- added idf_component.yml for examples ([d273e10](https://github.com/espressif/esp-protocols/commit/d273e10)) +- Reintroduce missing CHANGELOGs ([200cbb3](https://github.com/espressif/esp-protocols/commit/200cbb3), [#235](https://github.com/espressif/esp-protocols/issues/235)) + +### Updated + +- docs(common): updated component and example links ([f48d9b2](https://github.com/espressif/esp-protocols/commit/f48d9b2)) +- docs(common): improving documentation ([ca3fce0](https://github.com/espressif/esp-protocols/commit/ca3fce0)) +- Add homepage URL and License to all components ([ef3f0ee](https://github.com/espressif/esp-protocols/commit/ef3f0ee)) +- Added badges with version of components to the respective README files ([e4c8a59](https://github.com/espressif/esp-protocols/commit/e4c8a59)) +- CI: Fix ASIO example test ([6e2bb51](https://github.com/espressif/esp-protocols/commit/6e2bb51)) +- Examples: using pytest.ini from top level directory ([aee016d](https://github.com/espressif/esp-protocols/commit/aee016d)) +- CI: fixing the files to be complient with pre-commit hooks ([945bd17](https://github.com/espressif/esp-protocols/commit/945bd17)) + ## [1.14.1~3](https://github.com/espressif/esp-protocols/commits/f148c98) ### Updated diff --git a/components/asio/idf_component.yml b/components/asio/idf_component.yml index 8cbdc08a2..2a9a960b7 100644 --- a/components/asio/idf_component.yml +++ b/components/asio/idf_component.yml @@ -1,4 +1,4 @@ -version: "1.14.1~3" +version: "1.28.0~0" description: ASIO url: https://github.com/espressif/esp-protocols/tree/master/components/asio dependencies: