Skip to content

Commit 0dcb997

Browse files
committed
fix(button): change button component version
1 parent 860bdd1 commit 0dcb997

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

components/button/CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
# ChangeLog
22

3+
## v4.1.1 - 2025-03-13
4+
5+
### Improve:
6+
7+
* include stdbool.h before using bool
8+
39
## v4.1.0 - 2025-02-28
410

511
### Improve:
612

7-
- Update the version of dependent cmake_utilities to *
13+
* Update the version of dependent cmake_utilities to *
814

915
## v4.0.0 - 2025-1-9
1016

components/button/idf_component.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "4.1.0"
1+
version: "4.1.1"
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

0 commit comments

Comments
 (0)