File tree Expand file tree Collapse file tree 3 files changed +32
-1
lines changed Expand file tree Collapse file tree 3 files changed +32
-1
lines changed Original file line number Diff line number Diff line change
1
+ commitizen :
2
+ bump_message : ' bump(asio): $current_version -> $new_version'
3
+ pre_bump_hooks : python ../../ci/changelog.py asio
4
+ tag_format : asio-v$version
5
+ version : 1.28.0~0
6
+ version_files :
7
+ - idf_component.yml
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 1.28.0~ 0] ( https://github.com/espressif/esp-protocols/commits/asio-1.28.0~0 )
4
+
5
+ ### Features
6
+
7
+ - Updates asio to 1.28 ([ b310abe] ( https://github.com/espressif/esp-protocols/commit/b310abe ) )
8
+
9
+ ### Bug Fixes
10
+
11
+ - Makes the examples to override path ([ 842b2b2] ( https://github.com/espressif/esp-protocols/commit/842b2b2 ) )
12
+ - Removes esp_exception and make all examples to use exceptions ([ c1c9350] ( https://github.com/espressif/esp-protocols/commit/c1c9350 ) )
13
+ - removed Wno-format flag and fixed formatting warnings ([ c48e442] ( https://github.com/espressif/esp-protocols/commit/c48e442 ) )
14
+ - added idf_component.yml for examples ([ d273e10] ( https://github.com/espressif/esp-protocols/commit/d273e10 ) )
15
+ - Reintroduce missing CHANGELOGs ([ 200cbb3] ( https://github.com/espressif/esp-protocols/commit/200cbb3 ) , [ #235 ] ( https://github.com/espressif/esp-protocols/issues/235 ) )
16
+
17
+ ### Updated
18
+
19
+ - docs(common): updated component and example links ([ f48d9b2] ( https://github.com/espressif/esp-protocols/commit/f48d9b2 ) )
20
+ - docs(common): improving documentation ([ ca3fce0] ( https://github.com/espressif/esp-protocols/commit/ca3fce0 ) )
21
+ - Add homepage URL and License to all components ([ ef3f0ee] ( https://github.com/espressif/esp-protocols/commit/ef3f0ee ) )
22
+ - Added badges with version of components to the respective README files ([ e4c8a59] ( https://github.com/espressif/esp-protocols/commit/e4c8a59 ) )
23
+ - CI: Fix ASIO example test ([ 6e2bb51] ( https://github.com/espressif/esp-protocols/commit/6e2bb51 ) )
24
+ - Examples: using pytest.ini from top level directory ([ aee016d] ( https://github.com/espressif/esp-protocols/commit/aee016d ) )
25
+ - CI: fixing the files to be complient with pre-commit hooks ([ 945bd17] ( https://github.com/espressif/esp-protocols/commit/945bd17 ) )
26
+
3
27
## [ 1.14.1~ 3] ( https://github.com/espressif/esp-protocols/commits/f148c98 )
4
28
5
29
### Updated
Original file line number Diff line number Diff line change 1
- version : " 1.14.1~3 "
1
+ version : " 1.28.0~0 "
2
2
description : ASIO
3
3
url : https://github.com/espressif/esp-protocols/tree/master/components/asio
4
4
dependencies :
You can’t perform that action at this time.
0 commit comments