forked from espressif/esp-protocols
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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)
- Loading branch information
1 parent
5134eed
commit 96b0898
Showing
3 changed files
with
32 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters