Skip to content

Commit

Permalink
Merge pull request #424 from espressif/components/console_simple_init…
Browse files Browse the repository at this point in the history
…_plugin

bump(console): 1.0.2 -> 1.1.0
  • Loading branch information
espressif-abhikroy authored Nov 13, 2023
2 parents 24f07f9 + 334dec8 commit 7ec41cd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/console_simple_init/.cz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ commitizen:
bump_message: 'bump(console): $current_version -> $new_version'
pre_bump_hooks: python ../../ci/changelog.py console_simple_init
tag_format: console_simple_init-v$version
version: 1.0.2
version: 1.1.0
version_files:
- idf_component.yml
6 changes: 6 additions & 0 deletions components/console_simple_init/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [1.1.0](https://github.com/espressif/esp-protocols/commits/console_simple_init-v1.1.0)

### Features

- Added runtime component registration support in console_simple_init ([057873c1](https://github.com/espressif/esp-protocols/commit/057873c1))

## [1.0.2](https://github.com/espressif/esp-protocols/commits/console_simple_init-v1.0.2)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion components/console_simple_init/idf_component.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.0.2
version: 1.1.0
description: The component provides helper functions for easy initialization and start of esp console.
url: https://github.com/espressif/esp-protocols/tree/master/components/console_simple_init
dependencies:
Expand Down

0 comments on commit 7ec41cd

Please sign in to comment.