Skip to content

Commit 9802ad8

Browse files
committed
fix(ina236): update version and changelog
1 parent cf9b9ed commit 9802ad8

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

components/sensors/power_monitor/ina236/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# ChangeLog
22

3+
## v0.1.1 - 2025-7-24
34

4-
## v1.0.0 - 2024-5-23
5+
### Bug Fixes:
6+
7+
* Fix missing handling of negative current
8+
9+
## v0.1.0 - 2024-5-23
510

611
### Enhancements:
712

components/sensors/power_monitor/ina236/idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "0.1.0"
1+
version: "0.1.1"
22
description: INA236 power monitor component
33
url: https://github.com/espressif/esp-iot-solution/tree/master/components/sensors/power_monitor/ina236
44
repository: https://github.com/espressif/esp-iot-solution.git

0 commit comments

Comments
 (0)