mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-08-01 03:34:40 +02:00
1.0.1 Bug Fixes - Support UART clean build with IDF v5.2 (e620eb5
) - enable code coverage publishing to github pages (4910e89
) - fix esp_modem build issue (ab94566
) - Example to use 1.0.0 (afb6930
) - Changelog to correctly pick references (423e965
) Updated - docs(esp_modem): updated documents to show missed topics (0534853
) - docs(common): improving documentation (ca3fce0
)
9 lines
223 B
YAML
9 lines
223 B
YAML
---
|
|
commitizen:
|
|
bump_message: 'bump(modem): $current_version -> $new_version'
|
|
pre_bump_hooks: python ../../ci/changelog.py esp_modem
|
|
tag_format: modem-v$version
|
|
version: 1.0.1
|
|
version_files:
|
|
- idf_component.yml
|