Skip to content

Commit 425931a

Browse files
authored
Merge pull request espressif#407 from david-cermak/bump/modem_1.0.4
bump(modem): 1.0.3 -> 1.0.4
2 parents 924f28e + 1b94554 commit 425931a

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

components/esp_modem/.cz.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.0.3
6+
version: 1.0.4
77
version_files:
88
- idf_component.yml

components/esp_modem/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [1.0.4](https://github.com/espressif/esp-protocols/commits/modem-v1.0.4)
4+
5+
### Bug Fixes
6+
7+
- Added USB runner with ESP32S2 with A7670 ([edeb936](https://github.com/espressif/esp-protocols/commit/edeb936))
8+
- Extend docs on AT client example ([1f2ceed](https://github.com/espressif/esp-protocols/commit/1f2ceed))
9+
- Fix pytest exclusion, gitignore, and changelog checks ([2696221](https://github.com/espressif/esp-protocols/commit/2696221))
10+
- Fix DTE to post fragments to parsers for USB term ([1db1e15](https://github.com/espressif/esp-protocols/commit/1db1e15))
11+
- Fix DUAL_MODE regression from cb6e03ac ([2aada0f](https://github.com/espressif/esp-protocols/commit/2aada0f))
12+
- Fix AT client example to use custom AT processing ([1a5ba98](https://github.com/espressif/esp-protocols/commit/1a5ba98), [#352](https://github.com/espressif/esp-protocols/issues/352))
13+
314
## [1.0.3](https://github.com/espressif/esp-protocols/commits/modem-v1.0.3)
415

516
### Bug Fixes

components/esp_modem/idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "1.0.3"
1+
version: "1.0.4"
22
description: esp modem
33
url: https://github.com/espressif/esp-protocols/tree/master/components/esp_modem
44
dependencies:

0 commit comments

Comments
 (0)