Skip to content

Commit

Permalink
bump(sockutls): 0.1.0 -> 0.2.0
Browse files Browse the repository at this point in the history
0.2.0
Features
- Declare socketpair and gai_strerror via standard headers (b090a3c)
- Add support for gethostname() (f7c0b75)
  • Loading branch information
david-cermak committed Dec 19, 2024
1 parent b090a3c commit 85a7fc7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/sock_utils/.cz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ commitizen:
bump_message: 'bump(sockutls): $current_version -> $new_version'
pre_bump_hooks: python ../../ci/changelog.py sock_utils
tag_format: sock_utils-v$version
version: 0.1.0
version: 0.2.0
version_files:
- idf_component.yml
7 changes: 7 additions & 0 deletions components/sock_utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.0](https://github.com/espressif/esp-protocols/commits/sock_utils-v0.2.0)

### Features

- Declare socketpair and gai_strerror via standard headers ([b090a3cb](https://github.com/espressif/esp-protocols/commit/b090a3cb))
- Add support for gethostname() ([f7c0b756](https://github.com/espressif/esp-protocols/commit/f7c0b756))

## [0.1.0](https://github.com/espressif/esp-protocols/commits/sock_utils-v0.1.0)

### Features
Expand Down
2 changes: 1 addition & 1 deletion components/sock_utils/idf_component.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.1.0
version: 0.2.0
description: The component provides helper implementation of common system/socket utilities
url: https://github.com/espressif/esp-protocols/tree/master/components/sock_utils
dependencies:
Expand Down

0 comments on commit 85a7fc7

Please sign in to comment.