Skip to content

Commit 305593a

Browse files
committed
Release 0.3.0
1 parent c23f67f commit 305593a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,8 +240,8 @@ The implemented commands are split up into modules for maintainability reasons.
240240

241241
**Thermal engine commands (`thermal`)**
242242

243-
- [ ] `EC_CMD_THERMAL_SET_THRESHOLD` (`0x0050`)
244-
- [ ] `EC_CMD_THERMAL_GET_THRESHOLD` (`0x0051`)
243+
- [x] `EC_CMD_THERMAL_SET_THRESHOLD` (`0x0050`)
244+
- [x] `EC_CMD_THERMAL_GET_THRESHOLD` (`0x0051`)
245245
- [x] `EC_CMD_THERMAL_AUTO_FAN_CTRL` (`0x0052`)
246246
- [ ] `EC_CMD_TMP006_GET_CALIBRATION` (`0x0053`)
247247
- [ ] `EC_CMD_TMP006_SET_CALIBRATION` (`0x0054`)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "cros_ec_python"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
authors = [
55
{ name="Steve-Tech" }
66
]

0 commit comments

Comments
 (0)