Skip to content

Commit a7d9818

Browse files
Merge pull request #394 from euripedesrocha/update/asio_1_28_0
Update/asio 1 28 0
2 parents 5134eed + 96b0898 commit a7d9818

File tree

3 files changed

+32
-1
lines changed

3 files changed

+32
-1
lines changed

components/asio/.cz.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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

components/asio/CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

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+
327
## [1.14.1~3](https://github.com/espressif/esp-protocols/commits/f148c98)
428

529
### Updated

components/asio/idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "1.14.1~3"
1+
version: "1.28.0~0"
22
description: ASIO
33
url: https://github.com/espressif/esp-protocols/tree/master/components/asio
44
dependencies:

0 commit comments

Comments
 (0)