mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-14 19:16:32 +02:00
bump(console): 1.0.2 -> 1.1.0
1.1.0
Features
- Added runtime component registration support in console_simple_init (057873c1
)
This commit is contained in:
@ -3,6 +3,6 @@ commitizen:
|
|||||||
bump_message: 'bump(console): $current_version -> $new_version'
|
bump_message: 'bump(console): $current_version -> $new_version'
|
||||||
pre_bump_hooks: python ../../ci/changelog.py console_simple_init
|
pre_bump_hooks: python ../../ci/changelog.py console_simple_init
|
||||||
tag_format: console_simple_init-v$version
|
tag_format: console_simple_init-v$version
|
||||||
version: 1.0.2
|
version: 1.1.0
|
||||||
version_files:
|
version_files:
|
||||||
- idf_component.yml
|
- idf_component.yml
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
# Changelog
|
# 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)
|
## [1.0.2](https://github.com/espressif/esp-protocols/commits/console_simple_init-v1.0.2)
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
@ -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.
|
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
|
url: https://github.com/espressif/esp-protocols/tree/master/components/console_simple_init
|
||||||
dependencies:
|
dependencies:
|
||||||
|
Reference in New Issue
Block a user