File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ commitizen:
33 bump_message : ' bump(modem): $current_version -> $new_version'
44 pre_bump_hooks : python ../../ci/changelog.py esp_modem
55 tag_format : modem-v$version
6- version : 1.4.0
6+ version : 1.4.1
77 version_files :
88 - idf_component.yml
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.4.1] ( https://github.com/espressif/esp-protocols/commits/modem-v1.4.1 )
4+
5+ ### Bug Fixes
6+
7+ - Remove unused kconfig ([ 97194507] ( https://github.com/espressif/esp-protocols/commit/97194507 ) )
8+ - Fix modem console dependencies ([ 0d17f19f] ( https://github.com/espressif/esp-protocols/commit/0d17f19f ) )
9+ - Fix CI build issues with IDFv6.0 ([ d65f8f69] ( https://github.com/espressif/esp-protocols/commit/d65f8f69 ) )
10+ - Address build issues ([ b4520660] ( https://github.com/espressif/esp-protocols/commit/b4520660 ) )
11+ - Fix driver dependency issue on v6.0 ([ 26b3859c] ( https://github.com/espressif/esp-protocols/commit/26b3859c ) )
12+
313## [ 1.4.0] ( https://github.com/espressif/esp-protocols/commits/modem-v1.4.0 )
414
515### Features
Original file line number Diff line number Diff line change 1- version : " 1.4.0 "
1+ version : " 1.4.1 "
22description : Library for communicating with cellular modems in command and data modes
33url : https://github.com/espressif/esp-protocols/tree/master/components/esp_modem
44issues : https://github.com/espressif/esp-protocols/issues
You can’t perform that action at this time.
0 commit comments