From 76a4a9f97a8ae72db686fe1b3c715bb955a27ff2 Mon Sep 17 00:00:00 2001 From: Abhik Roy Date: Fri, 24 Nov 2023 22:11:52 +1100 Subject: [PATCH] bump(console): First version [1.0.0] 1.0.0 Features - Console for runtime network interface configuration and monitoring (8bab1420) --- components/console_cmd_ifconfig/.cz.yaml | 2 +- components/console_cmd_ifconfig/CHANGELOG.md | 7 +++++++ components/console_cmd_ifconfig/idf_component.yml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 components/console_cmd_ifconfig/CHANGELOG.md diff --git a/components/console_cmd_ifconfig/.cz.yaml b/components/console_cmd_ifconfig/.cz.yaml index 21a4aa9985..817526115d 100644 --- a/components/console_cmd_ifconfig/.cz.yaml +++ b/components/console_cmd_ifconfig/.cz.yaml @@ -3,6 +3,6 @@ commitizen: bump_message: 'bump(console): $current_version -> $new_version' pre_bump_hooks: python ../../ci/changelog.py console_cmd_ifconfig tag_format: console_cmd_ifconfig-v$version - version: 0.0.9 + version: 1.0.0 version_files: - idf_component.yml diff --git a/components/console_cmd_ifconfig/CHANGELOG.md b/components/console_cmd_ifconfig/CHANGELOG.md new file mode 100644 index 0000000000..8ea9bd8440 --- /dev/null +++ b/components/console_cmd_ifconfig/CHANGELOG.md @@ -0,0 +1,7 @@ +# Changelog + +## [1.0.0](https://github.com/espressif/esp-protocols/commits/console_cmd_ifconfig-v1.0.0) + +### Features + +- Console for runtime network interface configuration and monitoring ([8bab1420](https://github.com/espressif/esp-protocols/commit/8bab1420)) diff --git a/components/console_cmd_ifconfig/idf_component.yml b/components/console_cmd_ifconfig/idf_component.yml index 57041a43d8..615ed24620 100644 --- a/components/console_cmd_ifconfig/idf_component.yml +++ b/components/console_cmd_ifconfig/idf_component.yml @@ -1,4 +1,4 @@ -version: 0.0.9 +version: 1.0.0 url: https://github.com/espressif/esp-protocols/tree/master/components/console_cmd_ifconfig description: The component offers a console that enables runtime network interface configuration and monitoring. dependencies: