Skip to content

Commit b61dd35

Browse files
Merge branch 'feat/cmake_utilities_version' into 'master'
feat(cmake_utilities): update the versions that other components depend on See merge request ae_group/esp-iot-solution!1233
2 parents 05f51bd + 0762dd2 commit b61dd35

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

components/bootloader_support_plus/CHANGELOG.md

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

3+
## v0.3.7 - 2025-02-28
4+
5+
### Improve:
6+
7+
- Update the version of dependent cmake_utilities to *
8+
39
## v0.2.7 - 2025-2-26
410

511
### Fix:

components/bootloader_support_plus/idf_component.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "0.2.7"
1+
version: "0.3.7"
22
targets:
33
- esp32c2
44
- esp32c3
@@ -10,7 +10,7 @@ url: https://github.com/espressif/esp-iot-solution/tree/master/components/bootlo
1010
issues: https://github.com/espressif/esp-iot-solution/issues
1111
dependencies:
1212
idf: ">=5.0"
13-
cmake_utilities: "0.*"
13+
cmake_utilities: "*"
1414
xz: "1.*"
1515
examples:
1616
- path: ../../examples/ota/simple_ota_example

components/button/CHANGELOG.md

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

3+
## v4.1.0 - 2025-02-28
4+
5+
### Improve:
6+
7+
- Update the version of dependent cmake_utilities to *
8+
39
## v4.0.0 - 2025-1-9
410

511
### Enhancements:
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "4.0.0"
1+
version: "4.1.0"
22
description: GPIO and ADC and Matrix button driver
33
url: https://github.com/espressif/esp-iot-solution/tree/master/components/button
44
repository: https://github.com/espressif/esp-iot-solution.git
@@ -8,7 +8,7 @@ examples:
88
- path: ../../examples/get-started/button_power_save
99
dependencies:
1010
idf: ">=4.0"
11-
cmake_utilities: "0.*"
11+
cmake_utilities: "*"
1212
sbom:
1313
supplier: 'Organization: Espressif Systems (Shanghai) CO LTD'
1414
originator: 'Organization: Espressif Systems (Shanghai) CO LTD'

0 commit comments

Comments
 (0)