We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 860bdd1 commit 0dcb997Copy full SHA for 0dcb997
components/button/CHANGELOG.md
@@ -1,10 +1,16 @@
1
# ChangeLog
2
3
+## v4.1.1 - 2025-03-13
4
+
5
+### Improve:
6
7
+* include stdbool.h before using bool
8
9
## v4.1.0 - 2025-02-28
10
11
### Improve:
12
-- Update the version of dependent cmake_utilities to *
13
+* Update the version of dependent cmake_utilities to *
14
15
## v4.0.0 - 2025-1-9
16
components/button/idf_component.yml
@@ -1,4 +1,4 @@
-version: "4.1.0"
+version: "4.1.1"
description: GPIO and ADC and Matrix button driver
url: https://github.com/espressif/esp-iot-solution/tree/master/components/button
repository: https://github.com/espressif/esp-iot-solution.git
0 commit comments