Skip to content

Commit ac6a388

Browse files
committed
bump(asio): 1.28.0 -> 1.32.0
1.32.0 Features - Upgrade asio to 1.32 (9bdd429) - Drop esp/asio patches in favor of sock-utils (27435b7) Bug Fixes - Fix chat example to print only the message body (76aaea0) - Make asio enable if_nametoindex to fix linking (5db32cc) - Re-applie refs to common comps idf_component.yml (9fe44a4) - Reference common component from IDF (74fc228) - Revert referencing protocol_examples_common from IDF (f9e0281) - reference protocol_examples_common from IDF (09abb18) - specify override_path in example manifest files (1d8923c) Updated - docs(asio): Updates asio docs (ce9337d)
1 parent 76aaea0 commit ac6a388

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

components/asio/.cz.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
---
12
commitizen:
23
bump_message: 'bump(asio): $current_version -> $new_version'
34
pre_bump_hooks: python ../../ci/changelog.py asio
45
tag_format: asio-v$version
5-
version: 1.28.0~0
6+
version: 1.32.0
67
version_files:
78
- idf_component.yml

components/asio/CHANGELOG.md

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

3+
## [1.32.0](https://github.com/espressif/esp-protocols/commits/asio-v1.32.0)
4+
5+
### Features
6+
7+
- Upgrade asio to 1.32 ([9bdd429c](https://github.com/espressif/esp-protocols/commit/9bdd429c))
8+
- Drop esp/asio patches in favor of sock-utils ([27435b7f](https://github.com/espressif/esp-protocols/commit/27435b7f))
9+
10+
### Bug Fixes
11+
12+
- Fix chat example to print only the message body ([76aaea08](https://github.com/espressif/esp-protocols/commit/76aaea08))
13+
- Make asio enable if_nametoindex to fix linking ([5db32cce](https://github.com/espressif/esp-protocols/commit/5db32cce))
14+
- Re-applie refs to common comps idf_component.yml ([9fe44a45](https://github.com/espressif/esp-protocols/commit/9fe44a45))
15+
- Reference common component from IDF ([74fc228c](https://github.com/espressif/esp-protocols/commit/74fc228c))
16+
- Revert referencing protocol_examples_common from IDF ([f9e0281a](https://github.com/espressif/esp-protocols/commit/f9e0281a))
17+
- reference protocol_examples_common from IDF ([09abb18b](https://github.com/espressif/esp-protocols/commit/09abb18b))
18+
- specify override_path in example manifest files ([1d8923cf](https://github.com/espressif/esp-protocols/commit/1d8923cf))
19+
20+
### Updated
21+
22+
- docs(asio): Updates asio docs ([ce9337d3](https://github.com/espressif/esp-protocols/commit/ce9337d3))
23+
324
## [1.28.2~0](https://github.com/espressif/esp-protocols/commits/asio-1.28.2_0)
425

526
### Bug Fixes

0 commit comments

Comments
 (0)