Skip to content

Commit

Permalink
bump(asio): 1.28.0~0 -> 1.32.0~0
Browse files Browse the repository at this point in the history
1.32.0~0
Features
- Upgrade asio to 1.32 (b2674a0)
- Drop esp/asio patches in favor of sock-utils (ac63389)
Bug Fixes
- 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)
  • Loading branch information
david-cermak committed Dec 18, 2024
1 parent b2674a0 commit 2e87a7a
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
3 changes: 2 additions & 1 deletion components/asio/.cz.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
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: 1.32.0~0
version_files:
- idf_component.yml
19 changes: 19 additions & 0 deletions components/asio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [1.32.0](https://github.com/espressif/esp-protocols/commits/asio-v1.32.0)

### Features

- Upgrade asio to 1.32 ([b2674a0b](https://github.com/espressif/esp-protocols/commit/b2674a0b))
- Drop esp/asio patches in favor of sock-utils ([ac633898](https://github.com/espressif/esp-protocols/commit/ac633898))

### Bug Fixes

- Re-applie refs to common comps idf_component.yml ([9fe44a45](https://github.com/espressif/esp-protocols/commit/9fe44a45))
- Reference common component from IDF ([74fc228c](https://github.com/espressif/esp-protocols/commit/74fc228c))
- Revert referencing protocol_examples_common from IDF ([f9e0281a](https://github.com/espressif/esp-protocols/commit/f9e0281a))
- reference protocol_examples_common from IDF ([09abb18b](https://github.com/espressif/esp-protocols/commit/09abb18b))
- specify override_path in example manifest files ([1d8923cf](https://github.com/espressif/esp-protocols/commit/1d8923cf))

### Updated

- docs(asio): Updates asio docs ([ce9337d3](https://github.com/espressif/esp-protocols/commit/ce9337d3))

## [1.28.2~0](https://github.com/espressif/esp-protocols/commits/asio-1.28.2_0)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion components/asio/idf_component.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "1.28.2~0"
version: "1.32.0~0"
description: Cross-platform C++ library for network and I/O programming
url: https://github.com/espressif/esp-protocols/tree/master/components/asio
issues: https://github.com/espressif/esp-protocols/issues
Expand Down

0 comments on commit 2e87a7a

Please sign in to comment.